mirror of
https://github.com/plankanban/planka.git
synced 2025-08-05 21:45:30 +02:00
fix: Fix dependencies installation
This commit is contained in:
parent
540fbfceb5
commit
3ce1bc0419
2 changed files with 3 additions and 8 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue