We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3701b3f commit 5b83d40Copy full SHA for 5b83d40
Dockerfile
@@ -13,6 +13,7 @@ RUN \
13
RUN git clone https://github.com/eth-p/bat-extras.git /root-layer/bat-extras
14
WORKDIR /root-layer/bat-extras/src
15
RUN chmod +x *.sh
16
+RUN mkdir -p /root-layer/bin
17
RUN ln -s *.sh /root-layer/bin/
18
19
# copy local files
0 commit comments