Skip to content

Commit

Permalink
container: debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Sep 2, 2024
1 parent 592e769 commit f80178a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions util/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ RUN add-apt-repository ppa:deadsnakes/ppa && \
wget \
git \
tar \
software-properties-common && \
add-apt-repository ppa:deadsnakes/ppa -y && \
software-properties-common
# python needs `software-properties-common` to add the deadsnakes PPA
RUN add-apt-repository ppa:deadsnakes/ppa -y && \
apt update && \
# python needs `software-properties-common` to add the deadsnakes PPA
apt install -y python3.11

# Build Rust tools
Expand Down

0 comments on commit f80178a

Please sign in to comment.