Select Git revision
Dockerfile.utility

nd authored
Dockerfile.utility 313 B
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 python3 python3-git python3-requests git debhelper && \
apt-get -qq clean && \
lsb_release -a && uname -a && python3 --version