update Dockerfile for 0.8.0

This commit is contained in:
Emil Lerch 2021-06-12 09:33:58 -07:00
parent ad54596837
commit 78478ab470
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -105,6 +105,6 @@ RUN tar -czf aws-c-auth-clang.tgz /usr/local/*
FROM alpine:3.13 as final FROM alpine:3.13 as final
COPY --from=auth /aws-c-auth-clang.tgz / COPY --from=auth /aws-c-auth-clang.tgz /
ADD https://ziglang.org/download/0.7.1/zig-linux-x86_64-0.7.1.tar.xz / ADD https://ziglang.org/download/0.8.0/zig-linux-x86_64-0.8.0.tar.xz /
RUN tar -xzf /aws-c-auth-clang.tgz && mkdir /src && tar -C /usr/local -xf zig-linux* && \ RUN tar -xzf /aws-c-auth-clang.tgz && mkdir /src && tar -C /usr/local -xf zig-linux* && \
ln -s /usr/local/zig-linux*/zig /usr/local/bin/zig ln -s /usr/local/zig-linux*/zig /usr/local/bin/zig