1tbfree commited on
Commit
b54caf4
·
verified ·
1 Parent(s): f721078

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
  FROM ubuntu:latest
2
 
3
  # Update package lists and install dependencies
 
4
  RUN apt-get update && \
5
  apt-get install -y software-properties-common curl git && \
6
  add-apt-repository ppa:deadsnakes/ppa -y
 
1
  FROM ubuntu:latest
2
 
3
  # Update package lists and install dependencies
4
+ ENV SUDO_FORCE_REMOVE=yes
5
  RUN apt-get update && \
6
  apt-get install -y software-properties-common curl git && \
7
  add-apt-repository ppa:deadsnakes/ppa -y