Nechba commited on
Commit
dd8ab86
·
verified ·
1 Parent(s): 88af430

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,5 +1,6 @@
1
  FROM python:3.9-slim
2
 
 
3
  # Install system dependencies
4
  RUN apt-get update && \
5
  apt-get install -y --no-install-recommends \
 
1
  FROM python:3.9-slim
2
 
3
+
4
  # Install system dependencies
5
  RUN apt-get update && \
6
  apt-get install -y --no-install-recommends \