Skip to content

Commit c84ff53

Browse files
authored
Reduce add-on image size (#191)
1 parent 0d775ea commit c84ff53

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bookstack/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ RUN \
4343
\
4444
&& find /var/www/bookstack -type f -name "*.md" -depth -exec rm -f {} \; \
4545
&& rm -f -r \
46+
/root/.composer \
4647
/tmp/* \
47-
/var/www/bookstack/tests \
48-
/var/www/bookstack/dev
48+
/var/www/bookstack/dev \
49+
/var/www/bookstack/tests
4950

5051
# Copy root filesystem
5152
COPY rootfs /

0 commit comments

Comments
 (0)