Skip to content

Commit

Permalink
more dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hermeGarcia committed Sep 1, 2023
1 parent 774cc4b commit fddb62b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.rust
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN set -eux; \
cargo --version; \
rustc --version;

RUN apt-get update -y && apt-get install --yes --no-install-recommends patchelf cmake && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN apt-get update -y && apt-get install --yes --no-install-recommends patchelf cmake libdw-dev && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

RUN pip install maturin

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.withbinding
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN set -eux; \
cargo --version; \
rustc --version;

RUN apt-get update -y && apt-get install --yes --no-install-recommends patchelf cmake && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN apt-get update -y && apt-get install --yes --no-install-recommends patchelf cmake libdw-dev && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

RUN pip install maturin

Expand Down

0 comments on commit fddb62b

Please sign in to comment.