Skip to content
Snippets Groups Projects
Commit 8a8c2172 authored by Julian's avatar Julian
Browse files

Add python3-click to utility image

parent deaa17ae
Branches
No related tags found
No related merge requests found
Pipeline #14069 passed
...@@ -2,7 +2,7 @@ FROM debian:bullseye AS debian-go-build ...@@ -2,7 +2,7 @@ FROM debian:bullseye AS debian-go-build
RUN apt-get -qq update && \ RUN apt-get -qq update && \
apt-get -qq dist-upgrade && \ apt-get -qq dist-upgrade && \
apt-get -qq install lsb-release curl wget ca-certificates locales-all python3 python3-git python3-requests git unzip debhelper xml2 && \ apt-get -qq install lsb-release curl wget ca-certificates locales-all python3 python3-git python3-requests python3-click git unzip debhelper xml2 && \
apt-get -qq clean && \ apt-get -qq clean && \
lsb_release -a && uname -a && python3 --version lsb_release -a && uname -a && python3 --version
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment