Skip to content

Commit

Permalink
merge 2 instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Raphaël Tournoy <[email protected]>
  • Loading branch information
rtournoy committed Sep 13, 2024
1 parent cb8f1d9 commit cc7a7c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
FROM httpd:2.4-bookworm

# Install Vim and update packages
RUN apt-get update && apt-get dist-upgrade -y
RUN apt-get -y install vim && apt-get clean
RUN apt-get update && apt-get dist-upgrade -y && apt-get -y install vim && apt-get clean

# Enable rewrite and headers modules
RUN sed -i '/LoadModule rewrite_module/s/^#//g' /usr/local/apache2/conf/httpd.conf && \
Expand Down

0 comments on commit cc7a7c0

Please sign in to comment.