Skip to content

Commit d3a9c76

Browse files
Add bookworm repo to install libck 0.7.1 (#156)
* Add bookworm repo to install libck 0.7.1 * Update debian11.Dockerfile --------- Co-authored-by: Till Krüss <[email protected]>
1 parent 9c3588f commit d3a9c76

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docker/debian/debian11.Dockerfile

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@ RUN apt-get install -y \
1212

1313
RUN wget -q "https://packages.sury.org/php/apt.gpg" -O- | apt-key add -
1414
RUN add-apt-repository "deb https://packages.sury.org/php/ $(lsb_release -sc) main"
15+
16+
# Required for libck 0.7.1
17+
RUN add-apt-repository "deb https://deb.debian.org/debian bookworm main"
18+
1519
RUN apt-get update
1620

17-
# Fix `php-config` link to `sed`
21+
# Fix `sed` link so `php-config` works
1822
RUN ln -s /bin/sed /usr/bin/sed
1923

2024
RUN apt-get install -y \

0 commit comments

Comments
 (0)