From 57e4b3f687965eb1c07068988afca8ed6134b303 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Sun, 24 Mar 2024 22:18:23 +0100 Subject: [PATCH] Fix unrelated comment --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6579c0c5..44a38a3e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM alpine:${ALPINE_VERSION} RUN apk add --no-cache git python3 python3-dev py3-pip py3-setuptools build-base -# build wheels in first image +# build wheels in a build stage ENV VIRTUAL_ENV /opt/venv ENV PATH ${VIRTUAL_ENV}/bin:${PATH}