Skip to content
Snippets Groups Projects

L2SS-365: Pin recordclass package for pypcc-sim image

Merged Corné Lukken requested to merge L2SS-365-pypcc-sim-hotfix into master
2 files
+ 6
1
Compare changes
  • Side-by-side
  • Inline
Files
2
FROM ubuntu:20.04
COPY requirements.txt /requirements.txt
RUN apt-get update && apt-get install -y python3 python3-pip python3-yaml git && \
pip3 install opcua numpy recordclass && \
pip3 install -r requirements.txt && \
git clone --depth 1 --branch master https://git.astron.nl/lofar2.0/pypcc
WORKDIR /pypcc
Loading