diff --git a/docker/Dockerfile b/docker/Dockerfile index 0c8e960120..45ee3e1fd0 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -58,8 +58,6 @@ ENV VP_HOME=/home/vp/.vite-plus \ # downloads its own pinned Node.js at build time, so the default is dead weight in a # builder image. The node/npm/npx shims remain and fetch the right version on # first use. -# -# Keep this install line in sync with docker/Dockerfile.alpine. RUN curl -fsSL https://vite.plus | VP_VERSION="${VP_VERSION}" VP_PR_VERSION="${VP_PR_VERSION}" bash \ && vp --version \ && rm -rf "$VP_HOME/js_runtime"