mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 04:11:14 +00:00
Add gpg to builder image
This commit is contained in:
parent
670e77de19
commit
5064a1d92e
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
|
||||
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 && \
|
||||
|
|
Loading…
Reference in a new issue