Skip to content

Commit d140da2

Browse files
Revert "Use main alpine repository on PHP 8.1"
This reverts commit b7b8e6f.
1 parent b7b8e6f commit d140da2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

php/Dockerfile-8.1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ ENV \
5555
curl \
5656
bash"
5757

58+
RUN echo -n "https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && \
59+
apk update
60+
5861
# Install deps
5962
RUN apk add --no-cache \
6063
curl \

0 commit comments

Comments
 (0)