We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5282092 commit a382d6fCopy full SHA for a382d6f
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ocrd/core:latest AS base
+FROM ocrd/core:v2.67.2 AS base
2
ARG VCS_REF
3
ARG BUILD_DATE
4
LABEL \
@@ -7,10 +7,11 @@ LABEL \
7
org.label-schema.vcs-url="https://github.com/OCR-D/ocrd_cis" \
8
org.label-schema.build-date=$BUILD_DATE
9
10
-ENV VERSION="Di 12. Mai 13:26:35 CEST 2020"
11
ENV GITURL="https://github.com/cisocrgroup"
12
ENV DOWNLOAD_URL="http://cis.lmu.de/~finkf"
13
+SHELL ["/bin/bash", "-c"]
14
+
15
# deps
16
RUN apt-get update \
17
&& apt-get -y install --no-install-recommends locales
0 commit comments