Skip to content

Commit

Permalink
Minor update to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bakgaard committed Aug 20, 2024
1 parent b210b72 commit 402bed5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ RUN sed -i 's/^Components: main$/& contrib/' /etc/apt/sources.list.d/debian.sour
# Fixes Spring Boot FontConfiguration exceptions - https://coderanch.com/t/761996/frameworks/Docker-Spring-boot-giving-sun
ttf-mscorefonts-installer \
fontconfig \
\
&& fc-cache -f -v \
&& curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
&& apt-get install --yes --no-install-recommends nodejs \
Expand All @@ -44,7 +43,6 @@ RUN sed -i 's/^Components: main$/& contrib/' /etc/apt/sources.list.d/debian.sour
&& mkdir input-cache \
\
&& curl -fsSL https://github.com/HL7/fhir-ig-publisher/releases/download/${IG_PUB_VERSION}/publisher.jar -o input-cache/publisher.jar \
\
&& apt-get autoremove --yes curl \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
Expand Down

0 comments on commit 402bed5

Please sign in to comment.