Change to stable CLI interface (#1793)

workspace apt command
This commit is contained in:
Null 2018-09-16 13:00:46 +03:00 committed by Shao Yu-Lung (Allen)
parent 70c1be4168
commit 61576c0b1b
1 changed files with 2 additions and 2 deletions

View File

@ -393,8 +393,8 @@ RUN if [ ${INSTALL_SWOOLE} = true ]; then \
ARG INSTALL_LIBPNG=false
RUN if [ ${INSTALL_LIBPNG} = true ]; then \
apt update && \
apt install libpng16-16 \
apt-get update && \
apt-get install libpng16-16 \
;fi
###########################################################################