Skip to content

Commit

Permalink
Specify dpkg exclude file properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlovett committed Aug 8, 2024
1 parent b6074f4 commit 4825897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/datahub/images/default/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN apt-get -qq update --yes && \
RUN adduser --disabled-password --gecos "Default Jupyter user" ${NB_USER}

# Do not exclude manpages from being installed.
RUN sed -i -e '/usr.share.man/s/^/#/' exclude
RUN sed -i -e '/usr.share.man/s/^/#/' /etc/dpkg/dpkg.cfg.d/exclude

# From docker-ce-packaging
# Remove diverted man binary to prevent man-pages being replaced with "minimized" message. See docker/for-linux#639
Expand Down

0 comments on commit 4825897

Please sign in to comment.