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

bullseye: Add jq

parent aa6d206d
Branches
No related tags found
No related merge requests found
Pipeline #16597 canceled
...@@ -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 build-essential unzip golang-go && \ apt-get -qq install lsb-release curl wget ca-certificates locales-all git build-essential unzip golang-go jq && \
apt-get -qq clean && \ apt-get -qq clean && \
lsb_release -a && uname -a && go version 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