mirror of
https://github.com/bakito/adguardhome-sync.git
synced 2024-11-10 09:12:29 +08:00
asure cacerts are installed in build image
This commit is contained in:
parent
bb969a0005
commit
9d26eec6b0
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FROM golang:1.21-bullseye as builder
|
|||
WORKDIR /go/src/app
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y upx && \
|
||||
apt-get install -y upx ca-certificates && \
|
||||
apt-get upgrade -y # upgrade to get latest ca-certs
|
||||
|
||||
ARG VERSION=main
|
||||
|
|
Loading…
Reference in a new issue