Skip to content

Commit

Permalink
Quality: Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Nov 21, 2023
1 parent 264e240 commit 72a5c06
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/docker/Dockerfile-bookworm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV PIP_BREAK_SYSTEM_PACKAGES 1
# - Azure Pipelines agent system requirements
# - zsh, for inter-operability
# - dbus-user-session, fuse-overlayfs, iptables, for BuildKit
# - gzip, make, tar, unzip, wget, yq, zip, zstd for developer ease-of-life
# - gzip, make, tar, unzip, wget, zip, zstd for developer ease-of-life
# - Azure CLI system requirements (Python 3.11, plus C/Rust build tools for libs non pre-built on this platform)
RUN rm -f /etc/apt/apt.conf.d/docker-clean \
&& echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
Expand Down
2 changes: 1 addition & 1 deletion src/docker/Dockerfile-bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV PYTHONDONTWRITEBYTECODE 1
# - Azure Pipelines agent system requirements
# - zsh, for inter-operability
# - dbus-user-session, fuse-overlayfs, iptables, for BuildKit
# - gzip, make, tar, unzip, wget, yq, zip, zstd for developer ease-of-life
# - gzip, make, tar, unzip, wget, zip, zstd for developer ease-of-life
# - Azure CLI system requirements (Python 3.9, plus C/Rust build tools for libs non pre-built on this platform)
RUN rm -f /etc/apt/apt.conf.d/docker-clean \
&& echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
Expand Down
2 changes: 1 addition & 1 deletion src/docker/Dockerfile-focal
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV PYTHONDONTWRITEBYTECODE 1
# - Azure Pipelines agent system requirements
# - zsh, for inter-operability
# - dbus-user-session, iptables, uidmap, for BuildKit
# - gzip, make, tar, unzip, wget, yq, zip, zstd for developer ease-of-life
# - gzip, make, tar, unzip, wget, zip, zstd for developer ease-of-life
# - Azure CLI system requirements (Python 3.8, plus C/Rust build tools for libs non pre-built on this platform)
RUN rm -f /etc/apt/apt.conf.d/docker-clean \
&& echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
Expand Down
2 changes: 1 addition & 1 deletion src/docker/Dockerfile-jammy
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV PYTHONDONTWRITEBYTECODE 1
# - Azure Pipelines agent system requirements
# - zsh, for inter-operability
# - dbus-user-session, iptables, uidmap, for BuildKit
# - gzip, make, tar, unzip, wget, yq, zip, zstd for developer ease-of-life
# - gzip, make, tar, unzip, wget, zip, zstd for developer ease-of-life
# - Azure CLI system requirements (Python 3.10, plus C/Rust build tools for libs non pre-built on this platform)
RUN rm -f /etc/apt/apt.conf.d/docker-clean \
&& echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
Expand Down
2 changes: 1 addition & 1 deletion src/docker/Dockerfile-ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV PYTHONDONTWRITEBYTECODE 1
# - ASP.NET Core runtime
# - zsh, for inter-operability
# - fuse-overlayfs, iptables, shadow-utils, for BuildKit
# - gzip, make, tar, unzip, wget, yq, zip, zstd for developer ease-of-life
# - gzip, make, tar, unzip, wget, zip, zstd for developer ease-of-life
ARG JQ_VERSION
RUN --mount=target=/var/cache/yum,type=cache,sharing=locked \
microdnf install -y --nodocs --setopt=install_weak_deps=0 \
Expand Down
2 changes: 1 addition & 1 deletion src/docker/Dockerfile-ubi9
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV PYTHONDONTWRITEBYTECODE 1
# - ASP.NET Core runtime
# - zsh, for inter-operability
# - fuse-overlayfs, iptables, shadow-utils, for BuildKit
# - gzip, make, tar, unzip, wget, yq, zip, zstd for developer ease-of-life
# - gzip, make, tar, unzip, wget, zip, zstd for developer ease-of-life
ARG JQ_VERSION
RUN --mount=target=/var/cache/yum,type=cache,sharing=locked \
microdnf install -y --nodocs --setopt=install_weak_deps=0 \
Expand Down

0 comments on commit 72a5c06

Please sign in to comment.