Skip to content

Commit 170d8f1

Browse files
Dockerfile: use ENV key=value format (#89)
1 parent 9219382 commit 170d8f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN apt-get update && \
3131
# Copy the prebuilt V compiler
3232
COPY --from=install /opt/vlang /opt/vlang
3333
# Add vlang to path
34-
ENV PATH "/opt/vlang:${PATH}"
34+
ENV PATH="/opt/vlang:${PATH}"
3535
# Test it
3636
RUN v -version
3737

0 commit comments

Comments
 (0)