Spaces:
Runtime error
Runtime error
Commit
·
cdd43c0
1
Parent(s):
3692aba
no included-apr
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -26,6 +26,6 @@ RUN cat INSTALL
|
|
26 |
RUN echo ===================================================================
|
27 |
RUN echo
|
28 |
|
29 |
-
RUN ./configure --prefix=/usr/local/apache2
|
30 |
|
31 |
CMD [ "bash","-c", "tail -F error.log" ]
|
|
|
26 |
RUN echo ===================================================================
|
27 |
RUN echo
|
28 |
|
29 |
+
RUN ./configure --prefix=/usr/local/apache2
|
30 |
|
31 |
CMD [ "bash","-c", "tail -F error.log" ]
|