ThongCoder commited on
Commit
065443f
·
verified ·
1 Parent(s): d84c785

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
15
  htop tree jq sqlite3 \
16
  net-tools iputils-ping \
17
  rsync git-extras \
18
- fzf silversearcher-ag ripgrep \
19
  && rm -rf /var/lib/apt/lists/*
20
 
21
  RUN git lfs install
 
15
  htop tree jq sqlite3 \
16
  net-tools iputils-ping \
17
  rsync git-extras \
18
+ fzf silversearcher-ag ripgrep mingw-w64 \
19
  && rm -rf /var/lib/apt/lists/*
20
 
21
  RUN git lfs install