mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 12:21:15 +00:00
Install gnupg, not just gpg, in builder docker
This commit is contained in:
parent
5064a1d92e
commit
460499f2fa
1 changed files with 1 additions and 1 deletions
|
@ -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 && \
|
||||||
|
|
Loading…
Reference in a new issue