Skip to content
Snippets Groups Projects
Verified Commit daa75b51 authored by nd's avatar nd
Browse files

python debuggin shizzle

parent 416b25ad
No related branches found
No related tags found
No related merge requests found
Pipeline #8501 passed
......@@ -4,5 +4,5 @@ RUN apt-get -qq update && \
apt-get -qq dist-upgrade && \
apt-get -qq install lsb-release curl wget ca-certificates locales-all git golang-go python3 python3-git && \
apt-get -qq clean && \
lsb_release -a && uname -a && go version
lsb_release -a && uname -a && python3 --version && go version
......@@ -4,5 +4,5 @@ RUN apt-get -qq update && \
apt-get -qq dist-upgrade && \
apt-get -qq install lsb-release curl wget ca-certificates locales-all git golang-go python3 python3-git && \
apt-get -qq clean && \
lsb_release -a && uname -a && go version
lsb_release -a && uname -a && python3 --version && go version
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment