Skip to content

Commit b6b4eb3

Browse files
Merge pull request #24 from wayofdev/fix/libfaketime
2 parents f9e5f56 + 99411d4 commit b6b4eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dockerfiles/dev/Dockerfile.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ RUN set -eux; \
5757
# Adding the faketime library to the preload file needs to be done last.
5858
# Otherwise, it will preload it for all commands that follow in this file
5959
{% if true == install_faketime %}
60-
&& apk add --no-cache -X https://dl-cdn.alpinelinux.org/alpine/edge/testing libfaketime \
60+
&& apk add --no-cache -X https://dl-cdn.alpinelinux.org/alpine/edge/community libfaketime \
6161
&& echo "/usr/lib/faketime/libfaketime.so.1" >> /etc/ld.so.preload \
6262
{% endif %}
6363
&& install-php-extensions --cleanup \

0 commit comments

Comments
 (0)