Surbao commited on
Commit
d16cc18
·
verified ·
1 Parent(s): c02d900

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -11,10 +11,6 @@ RUN apt-get update && apt-get install -y \
11
  unzip \
12
  && docker-php-ext-install pdo_mysql mbstring exif pcntl bcmath gd
13
 
14
- RUN php -m | grep -E 'gd|openssl|fileinfo'
15
-
16
- RUN apt-get install -y php8.1-gd php8.1-openssl php8.1-fileinfo
17
-
18
  RUN git clone https://github.com/icret/EasyImages2.0.git /var/www/html
19
 
20
  WORKDIR /var/www/html
 
11
  unzip \
12
  && docker-php-ext-install pdo_mysql mbstring exif pcntl bcmath gd
13
 
 
 
 
 
14
  RUN git clone https://github.com/icret/EasyImages2.0.git /var/www/html
15
 
16
  WORKDIR /var/www/html