We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d4a25 commit c558207Copy full SHA for c558207
docker/Dockerfile
@@ -18,7 +18,9 @@ ENV TZ Australia/Sydney
18
ENV HOME /home/$USER
19
20
# Restore minimized distribution content e.g. man pages
21
-RUN yes | unminimize
+RUN apt-get update -qq && \
22
+ apt-get install -qq unminimize && \
23
+ yes | unminimize
24
25
# Install locales and timezone data
26
RUN apt-get update -qq && \
0 commit comments