Yash030 commited on
Commit
41bad43
·
1 Parent(s): c1c78f1

fix: add gnupg for caddy repo key import

Browse files
Files changed (1) hide show
  1. 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' \