Skip to content

Commit

Permalink
Add missing mkdir call to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pkalita-lbl committed Jun 11, 2024
1 parent 20e508b commit 6250886
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ RUN apt-get -qq update && apt-get -qq -y install \

RUN echo "#!/bin/sh\nexit 0" > /usr/sbin/policy-rc.d \
&& rm -rf /var/log && mkdir -p /var/log
RUN mkdir -p /var/log/apache2/ && chmod -R 744 /var/log/apache2/

## AmiGO weirdness.
ADD docker/libsql-tokenizer-perl_0.24-2_all.deb /tmp/libsql-tokenizer-perl_0.24-2_all.deb
Expand Down

0 comments on commit 6250886

Please sign in to comment.