Add gpg to builder image

This commit is contained in:
Simon Frei 2023-07-16 14:24:58 +02:00
parent 670e77de19
commit 5064a1d92e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ ENV GO_VERSION 1.19.10
ARG ANDROID_SDK_FILENAME=commandlinetools-linux-9123335_latest.zip
WORKDIR /opt
RUN apt-get update && apt-get install --no-install-recommends -y gcc unzip git python3
RUN apt-get update && apt-get install --no-install-recommends -y gcc unzip git gpg python3
# Install Go
RUN wget -nv https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz && \