Update Dockerfile
Browse files- 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 |
|