Commit 61576c0b authored by Null's avatar Null Committed by Shao Yu-Lung (Allen)

Change to stable CLI interface (#1793)

workspace apt command
parent 70c1be41
...@@ -393,8 +393,8 @@ RUN if [ ${INSTALL_SWOOLE} = true ]; then \ ...@@ -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
########################################################################### ###########################################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment