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 3a24a3f commit 2dc3e89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ WORKDIR /opt
RUN apt-get update && \
apt-get install -y wget unzip

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

FROM ubuntu:22.04
#COPY --from=ONE_P2 /usr/local/bin/pbmm2 /bin/
Expand Down

0 comments on commit 2dc3e89

Please sign in to comment.