mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-09-06 14:44:24 +08:00
include ca-certificates in docker image - #311
This commit is contained in:
parent
4a4391c4b4
commit
adb6f2ff58
1 changed files with 9 additions and 0 deletions
|
@ -20,6 +20,15 @@ RUN cd /opt/warpgate \
|
|||
FROM debian:bullseye
|
||||
LABEL maintainer=heywoodlh
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
RUN <<EOF
|
||||
set -xe
|
||||
apt-get -y update -qq
|
||||
apt-get install --no-install-recommends -y \
|
||||
ca-certificates
|
||||
apt clean
|
||||
EOF
|
||||
|
||||
COPY --from=build /opt/warpgate/target/release/warpgate /usr/local/bin/warpgate
|
||||
|
||||
VOLUME /data
|
||||
|
|
Loading…
Add table
Reference in a new issue