1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 20:31:16 +00:00

Install gnupg, not just gpg, in builder docker

This commit is contained in:
Simon Frei 2023-07-16 15:15:12 +02:00
parent 5064a1d92e
commit 460499f2fa

View file

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