File tree Expand file tree Collapse file tree 3 files changed +9
-15
lines changed Expand file tree Collapse file tree 3 files changed +9
-15
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ FROM php:8.2-%%VARIANT%%
3
3
LABEL org.opencontainers.image.source=https://github.com/espocrm/espocrm
4
4
LABEL org.opencontainers.image.description="EspoCRM is an Open Source CRM. Try for Free."
5
5
6
- # Install php libs
7
6
RUN set -ex; \
8
7
\
9
8
aptMarkList="$(apt-mark showmanual)"; \
10
9
\
11
10
apt-get update; \
11
+ # Install php libs
12
12
apt-get install -y --no-install-recommends \
13
13
libpq-dev \
14
14
libjpeg-dev \
@@ -72,10 +72,8 @@ RUN set -ex; \
72
72
| sort -u \
73
73
| xargs -rt apt-mark manual; \
74
74
\
75
- apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false
76
-
77
- # Install required libs
78
- RUN set -ex; \
75
+ apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \
76
+ # Install required libs
79
77
apt-get install -y --no-install-recommends \
80
78
unzip \
81
79
libldap-common \
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ FROM php:8.2-apache
3
3
LABEL org.opencontainers.image.source=https://github.com/espocrm/espocrm
4
4
LABEL org.opencontainers.image.description="EspoCRM is an Open Source CRM. Try for Free."
5
5
6
- # Install php libs
7
6
RUN set -ex; \
8
7
\
9
8
aptMarkList="$(apt-mark showmanual)" ; \
10
9
\
11
10
apt-get update; \
11
+ # Install php libs
12
12
apt-get install -y --no-install-recommends \
13
13
libpq-dev \
14
14
libjpeg-dev \
@@ -72,10 +72,8 @@ RUN set -ex; \
72
72
| sort -u \
73
73
| xargs -rt apt-mark manual; \
74
74
\
75
- apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false
76
-
77
- # Install required libs
78
- RUN set -ex; \
75
+ apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \
76
+ # Install required libs
79
77
apt-get install -y --no-install-recommends \
80
78
unzip \
81
79
libldap-common \
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ FROM php:8.2-fpm
3
3
LABEL org.opencontainers.image.source=https://github.com/espocrm/espocrm
4
4
LABEL org.opencontainers.image.description="EspoCRM is an Open Source CRM. Try for Free."
5
5
6
- # Install php libs
7
6
RUN set -ex; \
8
7
\
9
8
aptMarkList="$(apt-mark showmanual)" ; \
10
9
\
11
10
apt-get update; \
11
+ # Install php libs
12
12
apt-get install -y --no-install-recommends \
13
13
libpq-dev \
14
14
libjpeg-dev \
@@ -72,10 +72,8 @@ RUN set -ex; \
72
72
| sort -u \
73
73
| xargs -rt apt-mark manual; \
74
74
\
75
- apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false
76
-
77
- # Install required libs
78
- RUN set -ex; \
75
+ apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \
76
+ # Install required libs
79
77
apt-get install -y --no-install-recommends \
80
78
unzip \
81
79
libldap-common \
You can’t perform that action at this time.
0 commit comments