Container commited on
Commit
47fecc5
·
verified ·
1 Parent(s): 34ccdb4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +9 -3
Dockerfile CHANGED
@@ -6,11 +6,17 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
6
  git \
7
  python3 \
8
  python3-pip \
 
9
  openssl \
10
- fonts-noto-cjk \
11
- fonts-noto-color-emoji \
12
- fontconfig \
 
13
  libgl1-mesa-glx \
 
 
 
 
14
  && rm -rf /var/lib/apt/lists/*
15
 
16
  RUN git clone --branch v0.1.7 --depth 1 https://github.com/MeetWq/meme-generator.git && mkdir /usr/share/fonts/meme && mv meme-generator/resources/fonts/* /usr/share/fonts/meme
 
6
  git \
7
  python3 \
8
  python3-pip \
9
+ python3-venv \
10
  openssl \
11
+ fonts-noto-cjk \
12
+ fonts-noto-color-emoji \
13
+ fontconfig \
14
+ libfontconfig1 \
15
  libgl1-mesa-glx \
16
+ libgl1-mesa-egl \
17
+ libgl1-mesa-dri \
18
+ libegl1 \
19
+ libegl-mesa0 \
20
  && rm -rf /var/lib/apt/lists/*
21
 
22
  RUN git clone --branch v0.1.7 --depth 1 https://github.com/MeetWq/meme-generator.git && mkdir /usr/share/fonts/meme && mv meme-generator/resources/fonts/* /usr/share/fonts/meme