Skip to content

Commit

Permalink
Updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dvantwisk committed Nov 1, 2024
1 parent 40683f5 commit d969698
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@ FROM ubuntu:22.04
#COPY --from=Rbase /usr/bin /bin/

RUN apt-get update && \
apt-get install -y wget unzip && \
apt-get install -y openjdk-11-jre-headless wget unzip && \
apt-get clean;
#openjdk-11-jre-headless wget unzip && \

#RUN wget https://github.com/aebruno/fusim/raw/master/releases/fusim-0.2.2-bin.zip && \
# unzip fusim-0.2.2.zip;
RUN wget https://github.com/aebruno/fusim/raw/master/releases/fusim-0.2.2-bin.zip
RUN unzip fusim-0.2.2.zip

ENV PATH="$PATH:/bin:/JAFFA/tools/bin:/JAFFA:/fusim-0.2.2"

Expand Down

0 comments on commit d969698

Please sign in to comment.