1tbfree commited on
Commit
3da977e
·
verified ·
1 Parent(s): 7639321

Update Dockerfile

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