Skip to content
Snippets Groups Projects
Commit 9f7a53bc authored by Pierre-Gilles Levallois's avatar Pierre-Gilles Levallois
Browse files

debug tools

parent 9dbb41e0
No related branches found
No related tags found
2 merge requests!3Launch script,!2Refactoring : all scripts in Dockerfiles/python/scripts
Pipeline #43973 passed
......@@ -16,11 +16,10 @@ RUN apt-get update && apt-get upgrade -y \
apt-get -y install proj proj-dev && \
# https://stackoverflow.com/questions/70508775/error-could-not-build-wheels-for-pycairo-which-is-required-to-install-pyprojec
apt-get install -y libcairo2 libcairo2-dev && \
rm -rf /var/lib/apt/lists/*
################################# Debug and diagnose tools #################################
RUN apt-get install -qy apt-utils vim iputils-ping net-tools telnet curl postgresql-client
apt-get install -qy apt-utils vim iputils-ping net-tools telnet curl postgresql-client &&\
############################################################################################
rm -rf /var/lib/apt/lists/*
COPY ./scripts/requirements.txt requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment