Update Dockerfile
Browse files- 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
|