Skip to content

Commit a81e25d

Browse files
doomsowerdoomsower
andauthored
fix: update ca-certificates (#48)
Co-authored-by: doomsower <K.Kyznetcov@gmail.com>
1 parent cd305d5 commit a81e25d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker/Dockerfile.debug

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
FROM debian:11-slim
22

3+
RUN apt-get update \
4+
&& apt-get install -y curl ca-certificates \
5+
&& update-ca-certificates
6+
37
COPY 3eye /
48

59
ENTRYPOINT ["/3eye"]

0 commit comments

Comments
 (0)