binary1ne commited on
Commit
89171ca
·
verified ·
1 Parent(s): fa2cdc1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -25,6 +25,8 @@ RUN apt-get update \
25
  libfreetype6 \
26
  libpng16-16 \
27
  libjpeg62-turbo \
 
 
28
  && apt-get clean \
29
  && rm -rf /var/lib/apt/lists/*
30
 
 
25
  libfreetype6 \
26
  libpng16-16 \
27
  libjpeg62-turbo \
28
+ fonts-unifont \
29
+ libxshmfence1 \
30
  && apt-get clean \
31
  && rm -rf /var/lib/apt/lists/*
32