A test, as they say

This commit is contained in:
Jef Roosens 2022-01-22 22:52:21 +01:00
parent 9a102a08fa
commit 4c42838c93
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30

View file

@ -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 \