Skip to content

Commit 9101cba

Browse files
authored
Update Dockerfile
Add highcolor tool
1 parent c5989a9 commit 9101cba

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ RUN wget https://github.com/Kannagi/Higueul/archive/refs/tags/betav0.22.zip \
6868
&& make bin \
6969
&& cp ./bin/higueulc /usr/bin/higueulc
7070

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+
7177
FROM alpine:edge
7278

7379
RUN apk add --update --no-cache make gcc musl-dev gdb nodejs npm git imagemagick argp-standalone

0 commit comments

Comments
 (0)