Skip to content

Commit

Permalink
try using Amazon Corretto JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
givanovexpe committed May 31, 2024
1 parent f7a51d5 commit ca7cf10
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (C) 2018 Expedia Inc.
# Licensed under the Apache License, Version 2.0 (the "License");

FROM amazonlinux:2
FROM amazoncorretto:17

ARG JAVA_VERSION=1.8.0
ARG WAGGLE_DANCE_VERSION=3.13.1
Expand All @@ -11,9 +11,7 @@ ARG DD_JAVA_AGENT_VERSION=1.34.0
ENV WAGGLE_DANCE_HOME /opt/waggle-dance

RUN yum -y update && \
yum install -y java-${JAVA_VERSION}-openjdk \
procps \
awscli \
yum install -y procps \
wget \
util-linux \
jq \
Expand Down

0 comments on commit ca7cf10

Please sign in to comment.