Skip to content

Commit c558207

Browse files
committed
unminimize-fix
1 parent 85d4a25 commit c558207

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ ENV TZ Australia/Sydney
1818
ENV HOME /home/$USER
1919

2020
# Restore minimized distribution content e.g. man pages
21-
RUN yes | unminimize
21+
RUN apt-get update -qq && \
22+
apt-get install -qq unminimize && \
23+
yes | unminimize
2224

2325
# Install locales and timezone data
2426
RUN apt-get update -qq && \

0 commit comments

Comments
 (0)