Spaces:
Paused
Paused
fix: add gnupg for caddy repo key import
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -13,7 +13,7 @@ ARG III_SDK_VERSION=0.11.2
|
|
| 13 |
RUN apt-get update \
|
| 14 |
&& apt-get install -y --no-install-recommends \
|
| 15 |
debian-keyring debian-archive-keyring apt-transport-https \
|
| 16 |
-
curl openssl ca-certificates tini gosu python3 python3-pip \
|
| 17 |
&& curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' \
|
| 18 |
| gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg \
|
| 19 |
&& curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' \
|
|
|
|
| 13 |
RUN apt-get update \
|
| 14 |
&& apt-get install -y --no-install-recommends \
|
| 15 |
debian-keyring debian-archive-keyring apt-transport-https \
|
| 16 |
+
curl gnupg openssl ca-certificates tini gosu python3 python3-pip \
|
| 17 |
&& curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' \
|
| 18 |
| gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg \
|
| 19 |
&& curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' \
|