Skip to content

Commit

Permalink
[CI] use default-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Jul 18, 2024
1 parent 057524a commit 818d2f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ client.min.js:
FROM haxe:$HAXE_VERSION
WORKDIR /workspace
RUN apt-get update \
&& apt-get install -qqy --no-install-recommends \
openjdk-11-jre \
&& apt-get install -qqy --no-install-recommends default-jre \
# Clean up
&& apt-get autoremove -y \
&& apt-get clean -y \
Expand Down

0 comments on commit 818d2f8

Please sign in to comment.