Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
fix: fix js tests in new docker image (#1389)
Browse files Browse the repository at this point in the history
  • Loading branch information
aht007 authored Dec 5, 2022
1 parent bb0e197 commit 36ab334
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ RUN apt-get update && apt-get install --no-install-recommends -qy \
python3-virtualenv \
python3.8-distutils \
libmysqlclient-dev \
libssl-dev && \
libssl-dev \
# needed by phantomjs
libfontconfig && \
rm -rf /var/lib/apt/lists/*

RUN locale-gen en_US.UTF-8
Expand Down

0 comments on commit 36ab334

Please sign in to comment.