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

add package building stuff

parent 9da39049
Branches
No related tags found
No related merge requests found
Pipeline #8503 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 git golang-go python3 python3-git dpkg-buildpackage && \ apt-get -qq install lsb-release curl wget ca-certificates locales-all git golang-go python3 python3-git debhelper && \
apt-get -qq clean && \ apt-get -qq clean && \
lsb_release -a && uname -a && python3 --version && 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