Skip to content

Commit

Permalink
chore(compile): switch to the openjdk container (#566)
Browse files Browse the repository at this point in the history
I missed this one apparently when I was switching them all in response
to a code review comment.
  • Loading branch information
plumpy authored Feb 28, 2020
1 parent 3f18692 commit cd0c591
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Dockerfile.compile
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
FROM ubuntu:eoan
FROM openjdk:8
MAINTAINER [email protected]

RUN apt-get update \
&& apt-get -y upgrade \
&& apt-get install -y \
openjdk-8-jdk-headless \
&& apt-get clean

ENV GRADLE_USER_HOME /workspace/.gradle
ENV GRADLE_OPTS -Xmx2048m
CMD ./gradlew --no-daemon fiat-web:installDist -x test

0 comments on commit cd0c591

Please sign in to comment.