parent
70c1be4168
commit
61576c0b1b
@ -393,8 +393,8 @@ RUN if [ ${INSTALL_SWOOLE} = true ]; then \
|
|||||||
ARG INSTALL_LIBPNG=false
|
ARG INSTALL_LIBPNG=false
|
||||||
|
|
||||||
RUN if [ ${INSTALL_LIBPNG} = true ]; then \
|
RUN if [ ${INSTALL_LIBPNG} = true ]; then \
|
||||||
apt update && \
|
apt-get update && \
|
||||||
apt install libpng16-16 \
|
apt-get install libpng16-16 \
|
||||||
;fi
|
;fi
|
||||||
|
|
||||||
###########################################################################
|
###########################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user