Skip to content

Commit

Permalink
fixup! Run ldap TAP tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Mar 28, 2024
1 parent 3eac2a1 commit 3a50fbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ RUN apk add \
perl-lwp-protocol-https \
perl-mozilla-ca \
python3-dev \
tini \
tcl-dev \
zlib-dev \
zstd-dev
Expand All @@ -52,7 +53,7 @@ RUN git apply client.patch
COPY docker-entrypoint.sh /
COPY *.conf /usr/src

ENTRYPOINT ["/docker-entrypoint.sh"]
ENTRYPOINT ["/sbin/tini", "--", "/docker-entrypoint.sh"]
# TODO: Remove --delay-check once this is fixed:
# https://www.postgresql.org/message-id/flat/fddd1cd6-dc16-40a2-9eb5-d7fef2101488%40technowledgy.de
CMD [ \
Expand Down

0 comments on commit 3a50fbc

Please sign in to comment.