rachkovii68 commited on
Commit
5e5fc15
·
verified ·
1 Parent(s): 0d9de6a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  # Install prerequisites
2
  RUN apt-get update && apt-get install -y \
3
  curl \
 
1
+ FROM debian:bullseye-slim
2
+
3
+
4
  # Install prerequisites
5
  RUN apt-get update && apt-get install -y \
6
  curl \