Skip to content

Commit a382d6f

Browse files
author
Robert Sachunsky
committed
fix+update dockerfile
1 parent 5282092 commit a382d6f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ocrd/core:latest AS base
1+
FROM ocrd/core:v2.67.2 AS base
22
ARG VCS_REF
33
ARG BUILD_DATE
44
LABEL \
@@ -7,10 +7,11 @@ LABEL \
77
org.label-schema.vcs-url="https://github.com/OCR-D/ocrd_cis" \
88
org.label-schema.build-date=$BUILD_DATE
99

10-
ENV VERSION="Di 12. Mai 13:26:35 CEST 2020"
1110
ENV GITURL="https://github.com/cisocrgroup"
1211
ENV DOWNLOAD_URL="http://cis.lmu.de/~finkf"
1312

13+
SHELL ["/bin/bash", "-c"]
14+
1415
# deps
1516
RUN apt-get update \
1617
&& apt-get -y install --no-install-recommends locales

0 commit comments

Comments
 (0)