Skip to content

Commit

Permalink
dist/docker/x86_64-alpine-linux-musl: fix build
Browse files Browse the repository at this point in the history
We need to ask for `libpng-static` now.
  • Loading branch information
pkgw committed Jun 15, 2019
1 parent 017c578 commit 5ce4f00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/docker/x86_64-alpine-linux-musl/Dockerfile
@@ -1,4 +1,4 @@
# Copyright 2018 The Tectonic Project
# Copyright 2018-2019 The Tectonic Project
# Licensed under the MIT License.

FROM alpine:edge
Expand All @@ -18,6 +18,7 @@ RUN apk update && \
harfbuzz-static \
icu-dev \
icu-static \
libpng-static \
openssl-dev \
zlib-dev

Expand Down

0 comments on commit 5ce4f00

Please sign in to comment.