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

Update Dockerfile

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