diff --git a/workspace/Dockerfile b/workspace/Dockerfile index 7ea6b1f5..b87fab2e 100644 --- a/workspace/Dockerfile +++ b/workspace/Dockerfile @@ -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 ###########################################################################