Skip to content

Commit db0a026

Browse files
committed
Try to split out the commands to see where the bug is
1 parent 49e0732 commit db0a026

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ RUN \
99
git \
1010
ripgrep
1111

12-
RUN git clone https://github.com/eth-p/bat-extras.git && \
13-
cd bat-extras && \
14-
./build.sh
12+
WORKDIR /config
13+
RUN git clone https://github.com/eth-p/bat-extras.git
14+
WORKDIR /config/bat-extras
15+
RUN ./build.sh
1516

1617
# copy local files
1718
COPY root/ /root-layer/

0 commit comments

Comments
 (0)