Skip to content

Commit

Permalink
Use full form of -y in sample dockerfile
Browse files Browse the repository at this point in the history
This should also just trigger a rebuild of the image in CI
  • Loading branch information
yuvipanda committed Oct 20, 2023
1 parent a9f3c59 commit 9d58b71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/singleuser-sample/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ RUN adduser \
${NB_USER}

RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y --no-install-recommends \
&& apt-get upgrade --yes \
&& apt-get install --yes --no-install-recommends \
ca-certificates \
dnsutils \
iputils-ping \
Expand Down

0 comments on commit 9d58b71

Please sign in to comment.