Skip to content

Commit

Permalink
Add dependency: liblzma.
Browse files Browse the repository at this point in the history
  • Loading branch information
afinetooth committed Aug 15, 2024
1 parent 58fccd2 commit 895498c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM 84codes/crystal:master-ubuntu-22.04 as builder-x86_64
WORKDIR /app

# Install required packages
RUN apt-get update && apt-get install -y libyaml-dev build-essential
RUN apt-get update && apt-get install -y libyaml-dev liblzma-dev build-essential

# Copy the source code
COPY . .
Expand All @@ -20,7 +20,7 @@ FROM 84codes/crystal:master-ubuntu-22.04 as builder-aarch64
WORKDIR /app

# Install required packages
RUN apt-get update && apt-get install -y libyaml-dev gcc-aarch64-linux-gnu build-essential
RUN apt-get update && apt-get install -y libyaml-dev liblzma-dev gcc-aarch64-linux-gnu build-essential

# Copy the source code
COPY . .
Expand Down

0 comments on commit 895498c

Please sign in to comment.