Skip to content

Commit

Permalink
Use yaml-static in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Leeingnyo committed Aug 18, 2021
1 parent a21681a commit d7efe1e
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 @@ FROM crystallang/crystal:1.0.0-alpine AS builder
WORKDIR /Mango

COPY . .
RUN apk add --no-cache yarn yaml sqlite-static libarchive-dev libarchive-static acl-static expat-static zstd-static lz4-static bzip2-static libjpeg-turbo-dev libpng-dev tiff-dev
RUN apk add --no-cache yarn yaml-static sqlite-static libarchive-dev libarchive-static acl-static expat-static zstd-static lz4-static bzip2-static libjpeg-turbo-dev libpng-dev tiff-dev
RUN make static || make static

FROM library/alpine
Expand Down

0 comments on commit d7efe1e

Please sign in to comment.