Skip to content

Commit 5a52d79

Browse files
committed
add dc-tool-ip from the dcload-ip project
1 parent 394403d commit 5a52d79

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

kos-toolchain/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,10 @@ RUN \
201201
&& make BUMP=9 &> $REDIRECT \
202202
&& ln -s $KOS/utils/img4dc/cdi4dc/cdi4dc $DCTOOLCHAIN/bin/cdi4dc \
203203
&& 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 \
204208
&& printf "Done.\n" >&2
205209
RUN \
206210
# Prepare files to copy in next stage

0 commit comments

Comments
 (0)