Browse Source

Put apt package in alphabetical order

Mark Shust 1 năm trước cách đây
mục cha
commit
ae782910e1
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      images/php/8.1/Dockerfile
  2. 1 1
      images/php/8.2/Dockerfile

+ 1 - 1
images/php/8.1/Dockerfile

@@ -35,8 +35,8 @@ RUN apt-get update && apt-get install -y \
     nodejs \
     procps \
     vim \
-    zlib1g-dev \
     zip \
+    zlib1g-dev \
   && rm -rf /var/lib/apt/lists/*
 
 RUN pecl channel-update pecl.php.net && pecl install \

+ 1 - 1
images/php/8.2/Dockerfile

@@ -35,8 +35,8 @@ RUN apt-get update && apt-get install -y \
     nodejs \
     procps \
     vim \
-    zlib1g-dev \
     zip \
+    zlib1g-dev \
   && rm -rf /var/lib/apt/lists/*
 
 RUN pecl channel-update pecl.php.net && pecl install \