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 0710a0f commit 7ff09b6Copy full SHA for 7ff09b6
frameworks/C++/cutelyst/cutelyst-pf-pg.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