Skip to content
Snippets Groups Projects
Commit dfc71e5c authored by Thomas Juerges's avatar Thomas Juerges
Browse files

Streamline image build and checkout only a shallow copy of pypcc

parent cb57d220
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:20.04 FROM ubuntu:20.04
RUN apt-get update && apt-get install -y python3 python3-pip python3-yaml git RUN apt-get update && apt-get install -y python3 python3-pip python3-yaml git && \
pip3 install opcua numpy recordclass && \
RUN pip3 install opcua numpy recordclass git clone --depth 1 --branch master https://git.astron.nl/lofar2.0/pypcc
RUN git clone https://git.astron.nl/lofar2.0/pypcc
RUN cd pypcc && touch pylibi2c.py
WORKDIR /pypcc WORKDIR /pypcc
CMD ["python3","pypcc2.py","--simulator"] CMD ["python3","pypcc2.py","--simulator"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment