Skip to content

Commit 2c635c9

Browse files
committed
Merge branch 'php8.1' into php8.3
2 parents 8c98e30 + 6f85fdc commit 2c635c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN --mount=type=cache,sharing=private,target=/var/cache/apt \
3939
# Regenerate /etc/ssl/certs/ca-certificates.crt to use the cURL.se provided CA bundle
4040
update-ca-certificates --verbose --fresh; \
4141
# Symlink the OpenSSL default cert file path to ca-certificates generated file path
42-
ln -s /etc/ssl/certs/ca-certificates.crt /usr/lib/ssl/cert.pem; \
42+
ln -vfs /etc/ssl/certs/ca-certificates.crt /usr/lib/ssl/cert.pem; \
4343
\
4444
savedAptMark="$(apt-mark showmanual)"; \
4545
apt-get update; \

0 commit comments

Comments
 (0)