Skip to content

Commit

Permalink
deploy the catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
privat committed Jul 5, 2024
1 parent c3d23d1 commit 80c0deb
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 @@ -8,7 +8,7 @@ ENV PATH /nit/bin/:$PATH
RUN make -C nit/contrib/nitiwiki

FROM ubuntu:24.04
RUN apt-get update && apt-get install -y git libunwind8 libgc1 highlight pandoc wget unzip make texlive-latex-base lmodern texlive-latex-recommended texlive-latex-extra --no-install-recommends
RUN apt-get update && apt-get install -y git ca-certificates libunwind8 libgc1 highlight pandoc wget unzip make texlive-latex-base lmodern texlive-latex-recommended texlive-latex-extra --no-install-recommends && apt-get clean
COPY --from=0 /nit/contrib/nitiwiki/bin/nitiwiki /bin/nitiwiki
COPY --from=0 /nit/misc/highlight/nit.lang /usr/share/highlight/langDefs
RUN /bin/nitiwiki --help

0 comments on commit 80c0deb

Please sign in to comment.