From 49618668d8153274ba80cb4f84e53c5231b0c593 Mon Sep 17 00:00:00 2001 From: Fabian Eichhorner Date: Sun, 20 Jan 2019 17:44:35 +0100 Subject: [PATCH] updated reporting dockerfile --- service-reporting/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/service-reporting/Dockerfile b/service-reporting/Dockerfile index 1cef98c..7e70952 100644 --- a/service-reporting/Dockerfile +++ b/service-reporting/Dockerfile @@ -12,6 +12,7 @@ RUN dotnet publish -c Release -o out # Build runtime image FROM microsoft/dotnet:2.2-aspnetcore-runtime +LABEL maintainer="Fabian Eichhorner " WORKDIR /app COPY --from=build-env /app/out . @@ -19,9 +20,7 @@ COPY --from=build-env /app/out . EXPOSE 8083 ENV ASPNETCORE_URLS=http://+:8083 -# copy pdf library -# COPY libwkhtmltox.* ./ -# install additional libaries +# install pdf libaries RUN apt-get update \ && apt-get install -y --no-install-recommends \ zlib1g \ -- 2.43.0