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 289c09c commit 0710a0fCopy full SHA for 0710a0f
frameworks/C++/cutelyst/cutelyst-t-apg-cutelee.dockerfile
@@ -1,7 +1,7 @@
1
FROM ubuntu:22.04
2
3
-RUN apt-get update -qq && \
4
- apt-get install -yqq locales wget build-essential
+RUN apt-get update -qq > /dev/null && \
+ apt-get install -yqq locales wget build-essential > /dev/null
5
6
RUN locale-gen en_US.UTF-8
7
ENV LANG en_US.UTF-8
0 commit comments