Skip to content

Commit

Permalink
[nc] apt update instead of apt-get
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Cheneweth <[email protected]>
  • Loading branch information
ncheneweth committed Jan 10, 2024
1 parent db06690 commit 26f601f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.slim
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV DEBIAN_FRONTEND=noninteractive

SHELL ["/bin/bash", "-exo", "pipefail", "-c"]

# hadolint ignore=DL4001,DL3004,DL3047
# hadolint ignore=DL4001,DL3004,DL3047,DL3027
RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90circleci && \
echo 'DPkg::Options "--force-confnew";' >> /etc/apt/apt.conf.d/90circleci && \
apt update && apt-get install --no-install-recommends -y \
Expand Down

0 comments on commit 26f601f

Please sign in to comment.