feat: initial commit

This commit is contained in:
2025-02-22 09:42:15 +01:00
parent ee4a65b345
commit e6e5c9b04d
43 changed files with 1191 additions and 247 deletions

View File

@ -21,18 +21,7 @@ RUN --mount=type=cache,target=/go/pkg/mod/ \
FROM alpine:3.21 AS runtime
RUN apk add \
ca-certificates \
openssl \
openjdk21-jdk \
msttcorefonts-installer \
ttf-dejavu \
fontconfig \
tesseract-ocr \
tesseract-ocr-data-eng \
tesseract-ocr-data-fra \
&& update-ms-fonts \
&& fc-cache -f -v \
RUN apk add ca-certificates \
&& update-ca-certificates
COPY --from=build /src/bin/clearcase /usr/local/bin/clearcase