From 2e7bccd4ea474009de1e709f0acfe9d4a8d55e0f Mon Sep 17 00:00:00 2001 From: Chingis Sandanov Date: Sun, 1 Sep 2024 12:08:39 +0700 Subject: [PATCH] Fixes --- Dockerfile | 1 - 1 file changed, 1 deletion(-) 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; \