Surbao commited on
Commit
cdf8f91
·
verified ·
1 Parent(s): 3f80bc1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ 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 apt-get install php-gd php-openssl php-fileinfo -y
15
 
16
  RUN git clone https://github.com/icret/EasyImages2.0.git /var/www/html
17
 
 
11
  unzip \
12
  && docker-php-ext-install pdo_mysql mbstring exif pcntl bcmath gd
13
 
14
+ RUN apt-get install -y php8.1-gd php8.1-openssl php8.1-fileinfo
15
 
16
  RUN git clone https://github.com/icret/EasyImages2.0.git /var/www/html
17