morrispetris commited on
Commit
3c3ffdd
·
1 Parent(s): 4778b1b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
  FROM ubuntu:22.04
2
 
3
- RUN apt install php
 
4
 
5
  WORKDIR /var/www/html
6
 
 
1
  FROM ubuntu:22.04
2
 
3
+ RUN apt-get update
4
+ RUN apt-get install -y php
5
 
6
  WORKDIR /var/www/html
7