Skip to content

Commit

Permalink
Update tests/Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Don <dsmmcken@gmail.com>
  • Loading branch information
mattrunyon and dsmmcken authored May 8, 2024
1 parent e823d71 commit fc709a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /work/

# Update packages list and install some build tools.
# Installing fonts-dejavu-core so we have some common fonts with the GH actions
# runner that can be used to render unicode fonts. See README for more info.
# runner that can be used to render unicode fonts. See web-client-ui README for more info.
RUN set -eux; \
apt-get update; \
apt-get install build-essential --yes; \
Expand Down

0 comments on commit fc709a1

Please sign in to comment.