Skip to content

Commit

Permalink
chore(docker): Accomodate man page installation in container
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Sep 28, 2023
1 parent 3c0fcb9 commit 10c7e62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ LABEL org.opencontainers.image.revision="$REVISION"

COPY build-aux/docker-fontconfig.conf /etc/fonts/conf.d/99-docker.conf

WORKDIR /
RUN mkdir -p /usr/local/share/man

COPY --from=builder /pkgdir /
COPY --from=builder /src/scripts/casile-entry.zsh /usr/bin
RUN casile --version
Expand Down

0 comments on commit 10c7e62

Please sign in to comment.