Skip to content

Commit

Permalink
chore: debugged Dockerfile for switch to headed Java
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Aug 18, 2021
1 parent da66fa1 commit f116ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ LABEL \
maintainer="BioSimulators Team <info@biosimulators.org>"

# Install GINsim
RUN mkdir /usr/share/man/man1/ \
RUN mkdir -p /usr/share/man/man1/ \
&& apt-get update -y \
&& apt-get install -y --no-install-recommends \
default-jre \
Expand Down

0 comments on commit f116ccb

Please sign in to comment.