Skip to content

Commit 8f4fa14

Browse files
committed
Removing Mcrypt from php 8.1 as it ins't available in the repos
1 parent de9b33a commit 8f4fa14

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ TERM="xterm"
1212
ENTRYPOINT ["/sbin/tini", "--", "/init"]
1313

1414
ARG PHP_VER=81
15-
# Alpine 3.16 doesn't include php81-pecl-mcrypt
16-
ARG VARIABLE_DEPS=" php8-pecl-mcrypt "
15+
# Alpine 3.16 doesn't include php81-pecl-mcrypt - https://pkgs.alpinelinux.org/packages?name=php81*mcrypt&branch=v3.16&repo=&arch=&maintainer=
16+
# Leaving it empty until it is available for php81
17+
ARG VARIABLE_DEPS=""
1718

1819

1920
RUN \

0 commit comments

Comments
 (0)