We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5989a9 commit 9101cbaCopy full SHA for 9101cba
1 file changed
Dockerfile
@@ -68,6 +68,12 @@ RUN wget https://github.com/Kannagi/Higueul/archive/refs/tags/betav0.22.zip \
68
&& make bin \
69
&& cp ./bin/higueulc /usr/bin/higueulc
70
71
+RUN wget https://github.com/dbohdan/hicolor/archive/refs/heads/master.zip \
72
+ && unzip master.zip \
73
+ && cd hicolor-master.zip \
74
+ && make \
75
+ && ls -alR
76
+
77
FROM alpine:edge
78
79
RUN apk add --update --no-cache make gcc musl-dev gdb nodejs npm git imagemagick argp-standalone
0 commit comments