Skip to content

Commit

Permalink
RUN apk add --no-cache ttf-dejavu
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Nov 21, 2023
1 parent b03fbf1 commit 7620a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flux/src/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ ENV \
VNC_PASS_RO=View123 \
VNC_OFFSET=10

RUN apk add ttf-dejavu
RUN apk add --no-cache ttf-dejavu
RUN \
echo -e "cp -a /rootfs/files1/* /; \n\
cp -a /rootfs/files2/* /; \n\
Expand Down

0 comments on commit 7620a56

Please sign in to comment.