Skip to content
Snippets Groups Projects
Commit e104fe9d authored by Griefed's avatar Griefed :joystick:
Browse files

Switch to openjdk8 as alpine doesn't have openjdk11 for armv7

parent beeb4034
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ ARG BOT_VERSION=1.2.3
RUN \
echo "**** install dependencies and build tools and stuff ****" && \
apk add --no-cache \
openjdk11-jre-headless \
openjdk8-jre \
curl && \
echo "**** prepare environment ****" && \
mkdir -p \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment