Skip to content

Commit

Permalink
fix: libfaketime source
Browse files Browse the repository at this point in the history
  • Loading branch information
jevgenijsblaus committed Nov 2, 2023
1 parent f9e5f56 commit 99411d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfiles/dev/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN set -eux; \
# Adding the faketime library to the preload file needs to be done last.
# Otherwise, it will preload it for all commands that follow in this file
{% if true == install_faketime %}
&& apk add --no-cache -X https://dl-cdn.alpinelinux.org/alpine/edge/testing libfaketime \
&& apk add --no-cache -X https://dl-cdn.alpinelinux.org/alpine/edge/community libfaketime \
&& echo "/usr/lib/faketime/libfaketime.so.1" >> /etc/ld.so.preload \
{% endif %}
&& install-php-extensions --cleanup \
Expand Down

0 comments on commit 99411d4

Please sign in to comment.