ThongCoding commited on
Commit
19a1e28
·
verified ·
1 Parent(s): e944e3d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,7 +28,7 @@ RUN apt-fast update && apt-fast install -y \
28
  net-tools iputils-ping \
29
  rsync git-extras pigz \
30
  fzf silversearcher-ag ripgrep mingw-w64 \
31
- python3.12 python3.12-dev python3.12-pip \
32
  && rm -rf /var/lib/apt/lists/*
33
 
34
  RUN git lfs install
 
28
  net-tools iputils-ping \
29
  rsync git-extras pigz \
30
  fzf silversearcher-ag ripgrep mingw-w64 \
31
+ python3.12 python3.12-dev python3-pip \
32
  && rm -rf /var/lib/apt/lists/*
33
 
34
  RUN git lfs install