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 1d1b705 commit 4c514e8Copy full SHA for 4c514e8
frameworks/C++/cutelyst/cutelyst-thread.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