1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-10-01 08:50:11 +02:00

ARG VERSION_TAG

This commit is contained in:
Anthony Stirling 2023-12-18 16:39:26 +00:00
parent 875d9da36b
commit 1ea3fb209b
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,8 @@
# Build jbig2enc in a separate stage
FROM bellsoft/liberica-openjdk-debian:17
ARG VERSION_TAG
RUN apt-get update && \
apt-get install -y --no-install-recommends \
libreoffice-core \

View File

@ -1,6 +1,8 @@
# Build jbig2enc in a separate stage
FROM bellsoft/liberica-openjdk-alpine:17
ARG VERSION_TAG
# Set Environment Variables
ENV DOCKER_ENABLE_SECURITY=false \
HOME=/home/stirlingpdfuser \