From 70896a0324d04f95041b3777a5c449ba02d5362f Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Wed, 3 Feb 2021 14:15:02 +0100 Subject: [PATCH] Updated dependencies of pypcc simulator --- docker-compose/pypcc-sim/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose/pypcc-sim/Dockerfile b/docker-compose/pypcc-sim/Dockerfile index b39d4a09b..bb8e36721 100644 --- a/docker-compose/pypcc-sim/Dockerfile +++ b/docker-compose/pypcc-sim/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:20.04 RUN apt-get update && apt-get install -y python3 python3-pip python3-yaml git -RUN pip3 install opcua numpy +RUN pip3 install opcua numpy recordclass RUN git clone https://git.astron.nl/lofar2.0/pypcc RUN cd pypcc && touch pylibi2c.py -- GitLab