A test, as they say

main
Jef Roosens 2022-01-22 22:52:21 +01:00
parent 9a102a08fa
commit 4c42838c93
Signed by untrusted user: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 2 additions and 0 deletions

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 VFLAGS -cc gcc
RUN echo "$TARGETPLATFORM" && exit 1
RUN mkdir -p /opt/vlang && \
ln -s /opt/vlang/v /usr/bin/v && \
apk --no-cache add \