We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 394403d commit 5a52d79Copy full SHA for 5a52d79
kos-toolchain/Dockerfile
@@ -201,6 +201,10 @@ RUN \
201
&& make BUMP=9 &> $REDIRECT \
202
&& ln -s $KOS/utils/img4dc/cdi4dc/cdi4dc $DCTOOLCHAIN/bin/cdi4dc \
203
&& ln -s $KOS/utils/img4dc/mds4dc/mds4dc $DCTOOLCHAIN/bin/mds4dc \
204
+ && cd $KOS/utils \
205
+ && git clone https://github.com/sizious/dcload-ip.git &> $REDIRECT \
206
+ && cd $KOS/utils/dcload-ip \
207
+ && make install \
208
&& printf "Done.\n" >&2
209
RUN \
210
# Prepare files to copy in next stage
0 commit comments