Newer
Older
RUN apt-get update && \
apt-get install -y \
zip
COPY ./installer/febio_installer.zip /tmp/febio_installer.zip
RUN unzip /tmp/febio_installer.zip
RUN apt-get update && \
apt-get install -y \
zip
COPY ./installer/febio_installer.zip /tmp/febio_installer.zip
RUN unzip /tmp/febio_installer.zip