Skip to content

Commit d1549c7

Browse files
authored
Merge pull request #509 from dbarzin/dev
Dev
2 parents 938892d + b654675 commit d1549c7

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM nginx:bookworm
22

3-
RUN apt update && apt dist-upgrade -y
4-
RUN apt-get install -y --no-install-recommends \
3+
RUN apt update \
4+
&& apt-get install -y --no-install-recommends \
55
git=1:2.39.5-* \
66
composer=2.5.5-* \
77
php=2:8.2* \
@@ -14,9 +14,10 @@ RUN apt-get install -y --no-install-recommends \
1414
php-mbstring=2:8.2* \
1515
php-curl=2:8.2* \
1616
php-xml=2:8.2* \
17+
php-ldap=2:8.2* \
1718
mariadb-client \
1819
cron \
19-
&& apt-get clean && rm -rf /var/lib/apt/lists/*
20+
&& rm -rf /var/lib/apt/lists/*
2021

2122
RUN touch /etc/mailname
2223
RUN echo "sender@yourdomain.org" > /etc/mailname

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2025.08.13",
2+
"version": "2025.08.15",
33
"license": "GPL-3.0",
44
"author": "Didier Barzin",
55
"repository": "https://www.github.com/dbarzin/deming",

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.08.13
1+
2025.08.15

0 commit comments

Comments
 (0)