Skip to content

Commit cce91a3

Browse files
authored
Update Dockerfile
1 parent c5ff59c commit cce91a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:edge AS build
22

3-
RUN apk add --update --no-cache gcc g++ clang make cmake musl-dev unzip wget libpng pkgconf
3+
RUN apk add --update --no-cache gcc g++ clang make cmake musl-dev unzip wget libpng-dev pkgconf
44

55
WORKDIR /usr/src
66

0 commit comments

Comments
 (0)