Surbao commited on
Commit
ceed8ef
·
verified ·
1 Parent(s): 46e5c1b

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -0
Dockerfile ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ FROM ubuntu:22.04
2
+
3
+ RUN apt update && apt upgrade
4
+
5
+ RUN apt install git php