We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ff59c commit cce91a3Copy full SHA for cce91a3
1 file changed
Dockerfile
@@ -1,6 +1,6 @@
1
FROM alpine:edge AS build
2
3
-RUN apk add --update --no-cache gcc g++ clang make cmake musl-dev unzip wget libpng pkgconf
+RUN apk add --update --no-cache gcc g++ clang make cmake musl-dev unzip wget libpng-dev pkgconf
4
5
WORKDIR /usr/src
6
0 commit comments