Spaces:
Runtime error
Runtime error
Commit
·
37016c4
1
Parent(s):
cdd43c0
make install
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -27,5 +27,7 @@ RUN echo ===================================================================
|
|
27 |
RUN echo
|
28 |
|
29 |
RUN ./configure --prefix=/usr/local/apache2
|
|
|
|
|
30 |
|
31 |
CMD [ "bash","-c", "tail -F error.log" ]
|
|
|
27 |
RUN echo
|
28 |
|
29 |
RUN ./configure --prefix=/usr/local/apache2
|
30 |
+
RUN make
|
31 |
+
RUN make install
|
32 |
|
33 |
CMD [ "bash","-c", "tail -F error.log" ]
|