Skip to content

Commit

Permalink
feat(): hardcode libfaketime commit
Browse files Browse the repository at this point in the history
  • Loading branch information
peterthomassen committed Dec 13, 2023
1 parent caf59e3 commit 3fbe494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.11-alpine

COPY --from=trajano/alpine-libfaketime /faketime.so /lib/libfaketime.so
COPY --from=desec-stack_libfaketime /faketime.so /lib/libfaketime.so
RUN mkdir -p /etc/faketime

RUN apk add --no-cache bash dcron postgresql-client sqlite
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.test-e2e2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ services:
libfaketime:
# trajano/alpine-libfaketime is incompatible and stale; its libfaketime
# version is incompatible with Python 3.11's time.sleep(). Rebuilding helps.
build: https://github.com/peterthomassen/alpine-libfaketime.git#patch-1
build: https://github.com/trajano/alpine-libfaketime.git#6fa8f6f44ea04bf7e442462a29d695eb9e89d0e0

volumes:
autocert:
Expand Down

0 comments on commit 3fbe494

Please sign in to comment.