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

Fix source of lofar-device-base builds for some versions of Docker

parent 8d31e4b1
No related branches found
No related tags found
1 merge request!4Device containers
......@@ -16,7 +16,5 @@ services:
lofar-device-base:
build:
context: lofar-device-base
args:
SOURCE_IMAGE: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/tango-itango:latest
container_name: ${CONTAINER_NAME_PREFIX}lofar-device-base
network_mode: ${NETWORK_MODE}
ARG SOURCE_IMAGE
FROM ${SOURCE_IMAGE}
FROM nexus.engageska-portugal.pt/ska-docker/tango-itango:latest
RUN pip3 install "opcua >= 0.98.9" astropy
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment