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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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