Skip to content

Commit

Permalink
Use upstream's patch for nginx.org repo's new PGP key
Browse files Browse the repository at this point in the history
  • Loading branch information
gStart9 committed Jun 24, 2024
1 parent 5addd02 commit 8c7ee1e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
FROM ghcr.io/joinmarket-webui/jam-standalone:v0.2.0-clientserver-v0.9.11
#FROM ghcr.io/joinmarket-webui/jam-standalone:v0.2.0-clientserver-v0.9.11
FROM ghcr.io/joinmarket-webui/jam-dev-standalone:v0.2.0-clientserver-v0.9.11-patch-20240622

# arm64 or amd64
ARG PLATFORM
# aarch64 or x86_64
ARG ARCH

RUN sed -i "s|http://|https://|g" /etc/apt/sources.list /etc/apt/sources.list.d/*
RUN sed -i "s|http://|https://|g" /etc/apt/sources.list /etc/apt/sources.list.d/*
RUN cat /usr/share/keyrings/nginx-archive-keyring.gpg
RUN apt-get update && apt-get -qqy upgrade && apt-get install -qqy --no-install-recommends wget bash tini && \
rm -rf /var/lib/apt/lists/* /var/cache/apt/*

Expand Down

0 comments on commit 8c7ee1e

Please sign in to comment.