We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd305d5 commit a81e25dCopy full SHA for a81e25d
docker/Dockerfile.debug
@@ -1,5 +1,9 @@
1
FROM debian:11-slim
2
3
+RUN apt-get update \
4
+ && apt-get install -y curl ca-certificates \
5
+ && update-ca-certificates
6
+
7
COPY 3eye /
8
9
ENTRYPOINT ["/3eye"]
0 commit comments