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 81308db commit 54a0c36Copy full SHA for 54a0c36
base/Dockerfile
@@ -51,7 +51,7 @@ ENV PATH=/app/venv/bin:/opt/tools/bin:/usr/local/bin:/usr/bin:/bin
51
RUN \
52
export DEBIAN_FRONTEND=noninteractive \
53
&& apt-get update \
54
- && apt-get upgrade \
+ && apt-get upgrade -y \
55
&& apt-get install --no-install-recommends -y \
56
nginx-light \
57
ruby-licensee \
0 commit comments