mirror of https://github.com/getmango/Mango.git
Use yaml-static in Dockerfile
This commit is contained in:
parent
a21681a6d7
commit
d7efe1e553
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue