Skip to content
Snippets Groups Projects
Commit 1de42da3 authored by Jan David Mol's avatar Jan David Mol
Browse files

Pypcc-sim image runs as root still by default, and without sudo installed, so shouldnt use sudo.

parent d65aa278
No related branches found
No related tags found
1 merge request!6Resolve #2012 "03 29 run containers as user"
FROM ubuntu:20.04
RUN sudo apt-get update && sudo apt-get install -y python3 python3-pip python3-yaml git && \
sudo pip3 install opcua numpy recordclass && \
RUN apt-get update && apt-get install -y python3 python3-pip python3-yaml git && \
pip3 install opcua numpy recordclass && \
git clone --depth 1 --branch master https://git.astron.nl/lofar2.0/pypcc
WORKDIR /pypcc
......
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