Skip to content

Commit

Permalink
Fix gameroom test by adding tzdata package to test Dockerfile
Browse files Browse the repository at this point in the history
Chrono release 0.4.20 introduced a bug that manifests when the timezone is
not set. chronotope/chrono#755

Signed-off-by: Ryan Beck-Buysse <rbuysse@bitwise.io>
  • Loading branch information
rbuysse committed Aug 8, 2022
1 parent 8470b41 commit 04101c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/gameroom/tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ FROM splintercommunity/splinter-dev:v8
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
postgresql-client \
tzdata \
&& rm -r /var/lib/apt/lists/*

# Build gameroom cli
Expand Down

0 comments on commit 04101c4

Please sign in to comment.