1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 12:49:43 +02:00

fix: Fix dependencies installation

This commit is contained in:
Maksim Eltyshev 2022-05-21 23:52:12 +05:00
parent c532fd1771
commit fee023a721
2 changed files with 3 additions and 8 deletions

View file

@ -24,5 +24,4 @@ RUN apk -U upgrade \
&& ./configure \
&& make \
&& make install-strip \
&& rm -rf /tmp/vips-${VIPS_VERSION} \
&& apk del vips-dependencies --purge
&& rm -rf /tmp/vips-${VIPS_VERSION}