Skip to content

Commit

Permalink
fix bzip2
Browse files Browse the repository at this point in the history
  • Loading branch information
mike dupont committed Sep 21, 2024
1 parent 1e60d82 commit 1ea1429
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 @@ -3,7 +3,7 @@ ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
RUN apt update
RUN apt install -y git
RUN apt install -y git bzip2

WORKDIR /app

Expand Down

0 comments on commit 1ea1429

Please sign in to comment.