Skip to content

Commit

Permalink
Fix Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndesi committed Oct 5, 2023
1 parent e404698 commit 5fb7933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS judy-dev bsd-compat-he
&& pecl install xdebug-3.2.1 memprof \
&& docker-php-ext-enable xdebug memprof \
&& apk del --no-network .build-deps \
&& apk add --no-cache judy aha git ssh
&& apk add --no-cache judy aha git openssh

HEALTHCHECK --interval=30s --timeout=3s \
CMD php bin/console healthcheck

0 comments on commit 5fb7933

Please sign in to comment.