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

add python3 because fuck it

parent e3243d18
No related branches found
No related tags found
No related merge requests found
Pipeline #8492 passed
......@@ -2,7 +2,7 @@ FROM debian:bullseye AS debian-go-build
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 && \
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
......@@ -2,7 +2,7 @@ FROM debian:bullseye AS debian-go-build
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 && \
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment