1tbfree commited on
Commit
4263269
·
verified ·
1 Parent(s): b8b27da

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ WORKDIR /vpsfree-45
6
  # Root
7
  USER root
8
  # maybe
9
- RUN apt install fakeroot -y
10
  # Copy package.json and package-lock.json
11
  COPY package*.json ./
12
 
 
6
  # Root
7
  USER root
8
  # maybe
9
+ RUN apt install neofetch lynx -y
10
  # Copy package.json and package-lock.json
11
  COPY package*.json ./
12