ladogton2010 commited on
Commit
383d6ae
·
1 Parent(s): d5f0edb

tree installed

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@
2
  FROM ubuntu:latest
3
  RUN apt update -y
4
  RUN apt upgrade -y
5
- RUN apt install -y php curl unzip wget xz-utils php-xml php-curl php-mysql php-pdo php-mbstring
6
  RUN rm -rf /var/lib/apt/lists/*
7
 
8
  USER ubuntu
 
2
  FROM ubuntu:latest
3
  RUN apt update -y
4
  RUN apt upgrade -y
5
+ RUN apt install -y php curl unzip wget xz-utils php-xml php-curl php-mysql php-pdo php-mbstring tree
6
  RUN rm -rf /var/lib/apt/lists/*
7
 
8
  USER ubuntu