Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Wang, Vincent H
simplewebapp
Commits
751d5878
Commit
751d5878
authored
Jan 25, 2021
by
Joshua Priestley
Browse files
Dockerfile now installs texlive-full - fixes PDF download error
parent
2b96fd74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
751d5878
...
...
@@ -2,9 +2,9 @@
# Build stage
#
FROM
maven:3.6.0-jdk-11-slim AS build
RUN
apt-get
-y
update
&&
apt-get
-y
install
texlive-full pandoc
COPY
src /src
COPY
pom.xml /
RUN
mvn package
EXPOSE
8080
RUN
apt-get
-y
update
&&
apt-get
-y
install
pandoc texlive-latex-recommended
CMD
["sh", "target/bin/simplewebapp"]
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment