Skip to content

Commit

Permalink
Merge #1590: fix Dockerfile gpg err
Browse files Browse the repository at this point in the history
30d9715 Update Dockerfile (st3b1t)

Pull request description:

  solve this at build:
  ```
  GPG not installed, cannot verify release signatures; install gpg or use --no-gpg-validation.
  Terminated
  ```

ACKs for top commit:
  kristapsk:
    utACK 30d9715
  roshii:
    utACK 30d9715

Tree-SHA512: 94696861a11175ebac728afecb3923a39d682fc58f6a391ff193b37f62645c0fa39b3cc56f9b5a48cbd13deca18aaa64620a1d11d2fac7c02d7a6c4d5fbfc05a
  • Loading branch information
kristapsk committed Oct 30, 2023
2 parents 7629526 + 30d9715 commit 11c0e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /jm/clientserver

COPY . .

RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates=* curl=* \
RUN apt-get update && apt-get install -y --no-install-recommends gnupg ca-certificates=* curl=* \
python3-pip=* python3=* \
&& pip3 install 'wheel>=0.35.1' \
&& ./install.sh --docker-install \
Expand Down

0 comments on commit 11c0e78

Please sign in to comment.