Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Experimental Physics
Quantum Interfaces
S
Software
Docker
Docker PDF Compiler
Commits
e2a91637
Commit
e2a91637
authored
Dec 02, 2019
by
Klemens Schüppert
Browse files
Added Dockerfile.
parent
9ede769e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
Dockerfile
Dockerfile
+19
-0
No files found.
Dockerfile
0 → 100644
View file @
e2a91637
FROM
debian:10.2-slim
MAINTAINER
Klemens Schueppert "klemens.schueppert@uibk.ac.at"
RUN
apt-get update
&&
apt-get
install
-y
locales
&&
rm
-rf
/var/lib/apt/lists/
*
\
&&
localedef
-i
en_US
-c
-f
UTF-8
-A
/usr/share/locale/locale.alias en_US.UTF-8
ENV
LANG en_US.utf8
RUN
apt update
&&
apt
install
-y
\
texlive-full
\
&&
apt-get
--purge
remove
-y
.
\*
-doc
$
\
&&
apt clean
-y
\
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
groupadd
-r
compiler
&&
useradd
-r
-g
compiler compiler
WORKDIR
/home/compiler
USER
compiler:compiler
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