Add ttf-dejavu to package list (#556)

This commit is contained in:
Toboshii Nakama 2020-06-14 11:20:37 -05:00 committed by GitHub
parent 80099ad63d
commit 2b7f923865
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,8 @@ RUN apk add --no-cache -U \
rsync \
nano \
sudo \
knock
knock \
ttf-dejavu
RUN addgroup -g 1000 minecraft \
&& adduser -Ss /bin/false -u 1000 -G minecraft -h /home/minecraft minecraft \