apple muncy commited on
Commit
f183375
·
1 Parent(s): 8718425

fonts-dejavu-web added to Dockerfile

Browse files

Signed-off-by: apple muncy <[email protected]>

Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -7,6 +7,7 @@ WORKDIR /app
7
  RUN apt-get update && apt-get install -y \
8
  git \
9
  mc \
 
10
  && rm -rf /var/lib/apt/lists/*
11
 
12
  # Copy project files
 
7
  RUN apt-get update && apt-get install -y \
8
  git \
9
  mc \
10
+ fonts-dejavu-web \
11
  && rm -rf /var/lib/apt/lists/*
12
 
13
  # Copy project files