kouki321 commited on
Commit
9d230ee
·
verified ·
1 Parent(s): 3f5be2c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -2,6 +2,7 @@
2
  FROM python:3.10-slim
3
 
4
  # Install system dependencies\ nRUN apt-get update && \
 
5
  apt-get install -y git && \
6
  rm -rf /var/lib/apt/lists/*
7
 
 
2
  FROM python:3.10-slim
3
 
4
  # Install system dependencies\ nRUN apt-get update && \
5
+ RUN apt-get update && \
6
  apt-get install -y git && \
7
  rm -rf /var/lib/apt/lists/*
8