Skip to content

Commit 49e0732

Browse files
committed
Try to manually install bat-extras in Dockerfile
bat-extras is not in apk So try to run it in the Dockerfile instead
1 parent 259f565 commit 49e0732

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Dockerfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ FROM ghcr.io/linuxserver/baseimage-alpine:3.20 AS buildstage
66
RUN \
77
apk add --no-cache \
88
bat \
9-
bat-extras
9+
git \
10+
ripgrep
11+
12+
RUN git clone https://github.com/eth-p/bat-extras.git && \
13+
cd bat-extras && \
14+
./build.sh
1015

1116
# copy local files
1217
COPY root/ /root-layer/

0 commit comments

Comments
 (0)