Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|