Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
reenigneEsrever92 committed Dec 18, 2023
1 parent 950ef49 commit 4652e25
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM --platform=x86_64 fedora as base

RUN dnf group install -y "Development Tools"

RUN dnf install -y git wget cmake libxml2-devel openssl-devel clang mingw64-gcc
RUN dnf install -y git wget cmake libxml2-devel openssl-devel clang mingw64-gcc xz

RUN mkdir /osxcross

Expand All @@ -19,6 +19,4 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y

RUN echo "PATH=$PATH:/osxcross/target/bin" >> ~/.bashrc

RUN cargo install

WORKDIR /polymath
WORKDIR /polymath

0 comments on commit 4652e25

Please sign in to comment.