Skip to content

Commit

Permalink
Change dependency name: yaml-dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
afinetooth committed Aug 14, 2024
1 parent c3c092a commit 5742d0c
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:latest AS builder-x86_64
WORKDIR /app

# Install required packages
RUN apk add --no-cache libyaml-dev musl-dev
RUN apk add --no-cache yaml-dev musl-dev

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

# Install required packages
RUN apk add --no-cache libyaml-dev
RUN apk add --no-cache yaml-dev

# Copy the source code
COPY . .
Expand Down

0 comments on commit 5742d0c

Please sign in to comment.