Browse Source

Change to stable CLI interface (#1793)

workspace apt command
Null 6 năm trước cách đây
mục cha
commit
61576c0b1b
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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
 
 ###########################################################################