Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Sep 1, 2024
1 parent 2cb9d90 commit 2e7bccd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ RUN set -ex; \
apk add --update --no-cache --virtual .webgrind-rundeps graphviz python3 zlib py3-graphviz; \
apk add --update --no-cache --virtual .build-deps g++ zlib-dev; \
\
ln -s /usr/bin/python3 /usr/bin/python; \
su-exec wodby composer require "jokkedk/webgrind:^${WEBGRIND_VER}"; \
cd "${WEBGRIND_ROOT}"; \
make; \
Expand Down

0 comments on commit 2e7bccd

Please sign in to comment.