Skip to content

Commit d97c8a4

Browse files
committed
Don't remove /tmp/*
1 parent f74e616 commit d97c8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -y git zlib1g-dev libfreetype6-dev libjpeg
1717
&& chown -R www-data:www-data /var/www/BookStack \
1818
&& apt-get -y autoremove \
1919
&& apt-get clean \
20-
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /etc/apache2/sites-enabled/000-*.conf
20+
&& rm -rf /var/lib/apt/lists/* /var/tmp/* /etc/apache2/sites-enabled/000-*.conf
2121

2222
COPY bookstack.conf /etc/apache2/sites-enabled/bookstack.conf
2323
RUN a2enmod rewrite

0 commit comments

Comments
 (0)