瀏覽代碼

Change to stable CLI interface (#1793)

workspace apt command
Null 6 年之前
父節點
當前提交
61576c0b1b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      workspace/Dockerfile

+ 2 - 2
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
 
 ###########################################################################