Spaces:
Runtime error
Runtime error
Commit
·
42da9fa
1
Parent(s):
9256542
clean
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -37,6 +37,7 @@ RUN ls -la /apache2/bin
|
|
37 |
RUN sed -i 's/Listen 80/Listen 7860/' /apache2/conf/httpd.conf
|
38 |
RUN cat /apache2/conf/httpd.conf
|
39 |
# RUN /apache2/bin/apachectl start
|
|
|
40 |
RUN apt install -y locate
|
41 |
RUN updatedb
|
42 |
RUN locate index.html
|
|
|
37 |
RUN sed -i 's/Listen 80/Listen 7860/' /apache2/conf/httpd.conf
|
38 |
RUN cat /apache2/conf/httpd.conf
|
39 |
# RUN /apache2/bin/apachectl start
|
40 |
+
RUN rm -rf /httpd-2.4.62
|
41 |
RUN apt install -y locate
|
42 |
RUN updatedb
|
43 |
RUN locate index.html
|