enemy7 commited on
Commit
d72fd3a
·
1 Parent(s): 8da3fe4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ FROM ubuntu:latest
4
  # Install additional PHP modules if required (uncomment and add more if needed)
5
  RUN apt-get update && apt-get upgrade -y
6
 
7
- RUN apt-get install docker -y
8
 
9
  EXPOSE 7860
10
 
 
4
  # Install additional PHP modules if required (uncomment and add more if needed)
5
  RUN apt-get update && apt-get upgrade -y
6
 
7
+ RUN apt-get install docker-compose -y
8
 
9
  EXPOSE 7860
10