mirror of
https://github.com/plankanban/planka.git
synced 2025-12-24 09:15:01 +03:00
fix: Fix dependencies installation
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user