geändert: docker/Dockerfile

neue Datei:     fah
	geändert:       utils.go
	gelöscht:       vorlagen/.~lock.passwortschreiben.odt#
	geändert:       vorlagen/passwortschreiben.odt
	geändert:       www/data/passwort.odt
This commit is contained in:
2024-11-03 20:33:55 +01:00
parent edc2f290d9
commit ef79f0dcc8
6 changed files with 13 additions and 9 deletions

View File

@ -2,20 +2,25 @@
FROM debian:latest
# Metadaten hinzufügen
LABEL maintainer="maik@schmalle.click"
LABEL maintainer="fah@schmalle.click"
# Installiere benötigte Pakete
RUN apt update && apt install -y \
libreoffice \
# libreoffice-writer \
# libreoffice-calc \
# libreoffice-impress \
# openjdk8-jre \
# ttf-dejavu \
libreoffice-writer \
libreoffice-calc \
libreoffice-impress \
openjdk8-jre \
ttf-dejavu \
fonts-crosextra-carlito \
fonts-crosextra-caladea \
unzip
# Kopiere die ZIP-Datei in den Container
COPY ./daten.zip /tmp/daten.zip
COPY ../www/* /srv/www
COPY ../vorlagen/* /srv/vorlagen
COPY ../fah /srv/fah
RUN ls -h /srv
# Entpacke die ZIP-Datei
RUN unzip /tmp/daten.zip -d /srv