pradelf commited on
Commit
8315bf2
·
verified ·
1 Parent(s): f4fa514

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.13-slim
2
 
3
- RUN apt update && sudo apt upgrade -y
4
 
5
  RUN apt-get update && apt-get install -y \
6
  build-essential \
 
1
  FROM python:3.13-slim
2
 
3
+ RUN apt update && apt upgrade -y
4
 
5
  RUN apt-get update && apt-get install -y \
6
  build-essential \