diff --git a/Dockerfile b/Dockerfile index 6161899..759f741 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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; \