Skip to content

Commit

Permalink
zig: move zig unpack path from /mal to /opt
Browse files Browse the repository at this point in the history
  • Loading branch information
kanaka committed Sep 19, 2024
1 parent 0a24696 commit 1c5ac14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions impls/zig/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ WORKDIR /mal
##########################################################
RUN apt-get -y install ca-certificates curl gcc libc6-dev libpcre3-dev libreadline-dev xz-utils

RUN curl https://ziglang.org/download/0.13.0/zig-linux-x86_64-0.13.0.tar.xz | tar -xJC/mal
RUN ln -fst/usr/local/bin /mal/zig-linux-x86_64-0.13.0/zig
RUN curl https://ziglang.org/download/0.13.0/zig-linux-x86_64-0.13.0.tar.xz | tar -xJC/opt
RUN ln -fst/usr/local/bin /opt/zig-linux-x86_64-0.13.0/zig

ENV HOME /mal

0 comments on commit 1c5ac14

Please sign in to comment.