Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Koehler
rdmo-docker-compose
Commits
cef18c85
Commit
cef18c85
authored
Jun 01, 2019
by
Helmuth Breitenfellner
Browse files
Fix PDF and TeX generation
parent
c38fec5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
apache/dockerfile
View file @
cef18c85
...
...
@@ -8,7 +8,9 @@ RUN apt update -y && apt install -y \
libexpat1
\
apache2-utils
\
ssl-cert
\
libapache2-mod-wsgi-py3
libapache2-mod-wsgi-py3
\
pandoc
\
texlive-xetex
RUN
echo
"LoadModule wsgi_module /usr/lib/apache2/modules/mod_wsgi.so"
>>
${
HTTPD_CONF
}
\
&&
echo
"IncludeOptional conf.d/*.conf"
>>
${
HTTPD_CONF
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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