Skip to content

Commit 57e4b3f

Browse files
authored
Fix unrelated comment
1 parent 601fa25 commit 57e4b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM alpine:${ALPINE_VERSION}
44

55
RUN apk add --no-cache git python3 python3-dev py3-pip py3-setuptools build-base
66

7-
# build wheels in first image
7+
# build wheels in a build stage
88
ENV VIRTUAL_ENV /opt/venv
99
ENV PATH ${VIRTUAL_ENV}/bin:${PATH}
1010

0 commit comments

Comments
 (0)