Skip to content

Commit

Permalink
chore: select shell in debian
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Sep 5, 2024
1 parent 88c1b5f commit 97daed9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile-debian
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# We use Debian base image, as Alpine has some segmentation fault issue
FROM rust:1.76.0-bookworm

SHELL ["/bin/bash", "-exc"]

RUN --mount=type=cache,sharing=locked,target=/var/lib/apt/lists \
--mount=type=cache,sharing=locked,target=/var/cache/apt \
rm -f /etc/apt/apt.conf.d/docker-clean && \
Expand Down

0 comments on commit 97daed9

Please sign in to comment.