0.1.0-rc.1 #60
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ ENV VVV /opt/vlang
|
||||||
ENV PATH /opt/vlang:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
ENV PATH /opt/vlang:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||||
ENV VFLAGS -cc gcc
|
ENV VFLAGS -cc gcc
|
||||||
|
|
||||||
|
RUN echo "$TARGETPLATFORM" && exit 1
|
||||||
|
|
||||||
RUN mkdir -p /opt/vlang && \
|
RUN mkdir -p /opt/vlang && \
|
||||||
ln -s /opt/vlang/v /usr/bin/v && \
|
ln -s /opt/vlang/v /usr/bin/v && \
|
||||||
apk --no-cache add \
|
apk --no-cache add \
|
||||||
|
|
|
||||||
Reference in a new issue