Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ FROM ubuntu:latest
|
|
3 |
# Update package lists and install dependencies
|
4 |
ENV SUDO_FORCE_REMOVE=yes
|
5 |
RUN apt-get update && \
|
6 |
-
apt-get install -y
|
7 |
add-apt-repository ppa:deadsnakes/ppa -y
|
8 |
# Install Node.js
|
9 |
RUN apt-get install -y nodejs npm neofetch sudo
|
|
|
3 |
# Update package lists and install dependencies
|
4 |
ENV SUDO_FORCE_REMOVE=yes
|
5 |
RUN apt-get update && \
|
6 |
+
apt-get install -y screenfetch software-properties-common adduser curl git && \
|
7 |
add-apt-repository ppa:deadsnakes/ppa -y
|
8 |
# Install Node.js
|
9 |
RUN apt-get install -y nodejs npm neofetch sudo
|