Skip to content
Snippets Groups Projects
Select Git revision
  • a30f53d1251023b3f4f04fe0338bc4f708cd75c0
  • main default protected
2 results

Dockerfile.utility

Blame
  • nd's avatar
    nd authored
    a30f53d1
    History
    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