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

L2SS-176: Add git to device base image to be able to inspect the repo

parent 2de751b7
No related branches found
No related tags found
1 merge request!35Resolve L2SS-176 "Expose git version"
FROM nexus.engageska-portugal.pt/ska-docker/tango-itango:latest
RUN sudo apt-get update && sudo apt-get install -y git && sudo apt-get clean
COPY lofar-requirements.txt /lofar-requirements.txt
RUN sudo pip3 install -r /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