Skip to content

Commit 61576c0

Browse files
hz61p1bestlong
authored andcommitted
Change to stable CLI interface (laradock#1793)
workspace apt command
1 parent 70c1be4 commit 61576c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

workspace/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,8 @@ RUN if [ ${INSTALL_SWOOLE} = true ]; then \
393393
ARG INSTALL_LIBPNG=false
394394

395395
RUN if [ ${INSTALL_LIBPNG} = true ]; then \
396-
apt update && \
397-
apt install libpng16-16 \
396+
apt-get update && \
397+
apt-get install libpng16-16 \
398398
;fi
399399

400400
###########################################################################

0 commit comments

Comments
 (0)