Skip to content
Snippets Groups Projects
Commit 1fada4b4 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-951: Increase lofar-device-base requirements

parent 82c03d47
No related branches found
No related tags found
1 merge request!423L2SS-951: Disable site-packages and install pytango in tox
image: git.astron.nl:5000/lofar2.0/tango/lofar-device-base:latest image: git.astron.nl:5000/lofar2.0/tango/lofar-device-base:L2SS-951
variables: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
......
ARG SOURCE_IMAGE ARG SOURCE_IMAGE
FROM ${SOURCE_IMAGE} FROM ${SOURCE_IMAGE}
RUN sudo apt-get update && sudo apt-get install -y git g++ gcc shellcheck graphviz python3-dev && sudo apt-get clean RUN sudo apt-get update && sudo apt-get install -y git g++ gcc shellcheck graphviz python3-dev libboost-python-dev libtango-dev pkg-config && sudo apt-get clean
COPY lofar-device-base/lofar-requirements.txt /lofar-requirements.txt COPY lofar-device-base/lofar-requirements.txt /lofar-requirements.txt
......
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