Skip to content

Commit

Permalink
[#52] Install fontconfig + ttf-dejavu font
Browse files Browse the repository at this point in the history
  • Loading branch information
iperdomo committed Jan 8, 2021
1 parent b84d771 commit 80f674e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions flow-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
FROM google/cloud-sdk:290.0.0-alpine
FROM google/cloud-sdk:322.0.0-alpine

ENV LEIN_ROOT=1
ENV CLOUDSDK_PYTHON_SITEPACKAGES=1

RUN set -ex ; \
apk add --no-cache \
bash~=5 \
fontconfig~=2 \
nodejs~=12 \
npm~=12 \
openjdk8~=8 \
Expand All @@ -14,7 +15,8 @@ RUN set -ex ; \
maven~=3 \
shadow~=4 \
su-exec~=0.2 \
uchardet~=0.0.6 \
ttf-dejavu~=2 \
uchardet~=0.0 \
zip~=3 && \
gcloud components install app-engine-java && \
rm -rf /google-cloud-sdk/.install/.backup && \
Expand Down

0 comments on commit 80f674e

Please sign in to comment.