fix(docker): use HTTPS for nginx apk repository
This commit is contained in:
parent
61b124b434
commit
14679e73b2
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ RUN apk upgrade --no-cache && \
|
|||
mkdir -p /usr/share/keyrings && \
|
||||
curl -fSsL https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor > /usr/share/keyrings/postgresql.gpg
|
||||
|
||||
RUN sed -i 's|http://nginx.org/packages|https://nginx.org/packages|g' /etc/apk/repositories
|
||||
|
||||
# Install system dependencies
|
||||
RUN apk add --no-cache \
|
||||
postgresql${POSTGRES_VERSION}-client \
|
||||
|
|
|
|||
Loading…
Reference in a new issue