Skip to content

Commit

Permalink
set ponyup platform
Browse files Browse the repository at this point in the history
  • Loading branch information
d-led committed Jan 11, 2024
1 parent 36985ba commit 2b4e493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \

ENV SHELL=bash
RUN sh -c "$(curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/ponylang/ponyup/latest-release/ponyup-init.sh)"
RUN ln -s /usr/local/lib/erlang /usr/lib/erlang && PATH=/root/.local/share/ponyup/bin:$PATH ponyup update ponyc release
RUN ln -s /usr/local/lib/erlang /usr/lib/erlang && PATH=/root/.local/share/ponyup/bin:$PATH ponyup default x86_64-linux-ubuntu22.04 && ponyup update ponyc release

ENV CC=cc
COPY . /src/main/
Expand Down

0 comments on commit 2b4e493

Please sign in to comment.