Skip to content

Commit

Permalink
Fixed Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
catttam committed Sep 9, 2024
1 parent 9dd8d6b commit 2678860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN wget https://tar.goaccess.io/goaccess-1.5.5.tar.gz && \
cd goaccess-1.5.5/ && \
./configure --enable-utf8 && \
make && \
make install && \
make install

# Install python dependencies
COPY requirements.txt /tmp/
Expand Down

0 comments on commit 2678860

Please sign in to comment.