Skip to content

Commit

Permalink
chore: add gradle home
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Aug 11, 2023
1 parent 8945ca7 commit d315994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | py
RUN pip install pipenv
RUN npm install -g @sentry/cli --unsafe-perm
# From the official gradle Dockerfile (https://github.com/keeganwitt/docker-gradle/blob/2ba84220e311de7a55f3731509dd772a885b86f8/jdk8/Dockerfile)
ENV GRADLE_HOME /opt/gradle
ENV GRADLE_VERSION 8.2.1
ARG GRADLE_DOWNLOAD_SHA256=03ec176d388f2aa99defcadc3ac6adf8dd2bce5145a129659537c0874dea5ad1
RUN set -o errexit -o nounset \
Expand Down

0 comments on commit d315994

Please sign in to comment.