We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ENV key=value
1 parent 9219382 commit 170d8f1Copy full SHA for 170d8f1
1 file changed
Dockerfile
@@ -31,7 +31,7 @@ RUN apt-get update && \
31
# Copy the prebuilt V compiler
32
COPY --from=install /opt/vlang /opt/vlang
33
# Add vlang to path
34
-ENV PATH "/opt/vlang:${PATH}"
+ENV PATH="/opt/vlang:${PATH}"
35
# Test it
36
RUN v -version
37
0 commit comments