Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ RUN apt-get update && \
|
|
6 |
add-apt-repository ppa:deadsnakes/ppa -y
|
7 |
|
8 |
# Install Node.js
|
9 |
-
RUN apt-get install -y nodejs npm
|
10 |
|
11 |
# Set the working directory
|
12 |
WORKDIR /app
|
|
|
6 |
add-apt-repository ppa:deadsnakes/ppa -y
|
7 |
|
8 |
# Install Node.js
|
9 |
+
RUN apt-get install -y nodejs npm neofetch sudo
|
10 |
|
11 |
# Set the working directory
|
12 |
WORKDIR /app
|