Skip to content

Commit

Permalink
Merge branch 'master' into fix-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Jan 23, 2024
2 parents ac1d248 + dd4c529 commit 67f9253
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
!src*
!pyproject.toml
!Makefile
!VERSION
!LICENSE
!README.md
!.git
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ WORKDIR /build-ocrd

COPY src ./src
COPY pyproject.toml .
COPY VERSION ./VERSION
RUN mv ./src/ocrd_utils/ocrd_logging.conf /etc
COPY Makefile .
COPY README.md .
COPY LICENSE .
COPY .git ./.git

RUN mv ./src/ocrd_utils/ocrd_logging.conf /etc
RUN echo 'APT::Install-Recommends "0"; APT::Install-Suggests "0";' >/etc/apt/apt.conf.d/ocr-d.conf
RUN apt-get update && apt-get -y install software-properties-common \
&& apt-get update && apt-get -y install \
Expand Down

0 comments on commit 67f9253

Please sign in to comment.