aigenai commited on
Commit
9e23a07
·
verified ·
1 Parent(s): ff2b7c2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +23 -23
Dockerfile CHANGED
@@ -19,29 +19,29 @@ ENV USERNAME=user \
19
 
20
  # 更新和安装必要的软件包,清理缓存以减少镜像大小
21
  RUN apt-get update && apt-get install -y --no-install-recommends \
22
- curl \
23
- git \
24
- git-lfs \
25
- libatomic1 \
26
- locales \
27
- man \
28
- nano \
29
- net-tools \
30
- netcat \
31
- openssh-client \
32
- python3 \
33
- python3-pip \
34
- python3-venv \
35
- sudo \
36
- vim \
37
- wget \
38
- zsh \
39
- zip \
40
- unzip \
41
- fuse3 \
42
- module-init-tools \
43
- ffmpeg \
44
- imagemagick \
45
  && git lfs install \
46
  && rm -rf /var/lib/apt/lists/*
47
 
 
19
 
20
  # 更新和安装必要的软件包,清理缓存以减少镜像大小
21
  RUN apt-get update && apt-get install -y --no-install-recommends \
22
+ curl \
23
+ git \
24
+ git-lfs \
25
+ libatomic1 \
26
+ locales \
27
+ man \
28
+ nano \
29
+ net-tools \
30
+ netcat \
31
+ openssh-client \
32
+ python3 \
33
+ python3-pip \
34
+ python3-venv \
35
+ sudo \
36
+ vim \
37
+ wget \
38
+ zsh \
39
+ zip \
40
+ unzip \
41
+ fuse3 \
42
+ kmod \
43
+ ffmpeg \
44
+ imagemagick \
45
  && git lfs install \
46
  && rm -rf /var/lib/apt/lists/*
47