Skip to content

Commit

Permalink
try installing java, and confirming its presence?
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Lerner committed Feb 21, 2024
1 parent 97ad27a commit 64f4e37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ RUN bundle install
COPY package.json /home/app/hourglass/package.json
COPY yarn.lock /home/app/hourglass/yarn.lock
RUN npm install --global yarn
RUN which dot
RUN which java
RUN apt-get install -y openjdk-17-jdk-headless
RUN which java
RUN yarn install --frozen-lockfile

COPY ./ /home/app/hourglass
Expand Down

0 comments on commit 64f4e37

Please sign in to comment.