Skip to content

Commit 5b83d40

Browse files
committed
Create the bin dir
1 parent 3701b3f commit 5b83d40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN \
1313
RUN git clone https://github.com/eth-p/bat-extras.git /root-layer/bat-extras
1414
WORKDIR /root-layer/bat-extras/src
1515
RUN chmod +x *.sh
16+
RUN mkdir -p /root-layer/bin
1617
RUN ln -s *.sh /root-layer/bin/
1718

1819
# copy local files

0 commit comments

Comments
 (0)