Skip to content

Commit

Permalink
fix: update debian-based package list
Browse files Browse the repository at this point in the history
  • Loading branch information
antmelekhin committed May 12, 2024
1 parent d41ac1f commit 77082ad
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion debian/10.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer='Anton Melekhin'
ENV container=docker \
DEBIAN_FRONTEND=noninteractive

RUN INSTALL_PKGS='ca-certificates gnupg iproute2 python3 python3-apt sudo systemd' \
RUN INSTALL_PKGS='findutils iproute2 python3 python3-apt sudo systemd' \
&& apt-get update && apt-get install $INSTALL_PKGS -y --no-install-recommends \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

Expand Down
2 changes: 1 addition & 1 deletion debian/11.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer='Anton Melekhin'
ENV container=docker \
DEBIAN_FRONTEND=noninteractive

RUN INSTALL_PKGS='ca-certificates gnupg iproute2 python3 python3-apt sudo systemd' \
RUN INSTALL_PKGS='findutils iproute2 python3 python3-apt sudo systemd' \
&& apt-get update && apt-get install $INSTALL_PKGS -y --no-install-recommends \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

Expand Down
2 changes: 1 addition & 1 deletion debian/12.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer='Anton Melekhin'
ENV container=docker \
DEBIAN_FRONTEND=noninteractive

RUN INSTALL_PKGS='ca-certificates gnupg iproute2 python3 python3-apt sudo systemd' \
RUN INSTALL_PKGS='findutils iproute2 python3 python3-apt sudo systemd' \
&& apt-get update && apt-get install $INSTALL_PKGS -y --no-install-recommends \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

Expand Down
2 changes: 1 addition & 1 deletion ubuntu/18.04.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer='Anton Melekhin'
ENV container=docker \
DEBIAN_FRONTEND=noninteractive

RUN INSTALL_PKGS='ca-certificates gnupg iproute2 python3 python3-apt sudo systemd' \
RUN INSTALL_PKGS='findutils iproute2 python3 python3-apt sudo systemd' \
&& apt-get update && apt-get install $INSTALL_PKGS -y --no-install-recommends \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

Expand Down
2 changes: 1 addition & 1 deletion ubuntu/20.04.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer='Anton Melekhin'
ENV container=docker \
DEBIAN_FRONTEND=noninteractive

RUN INSTALL_PKGS='ca-certificates gnupg iproute2 python3 python3-apt sudo systemd' \
RUN INSTALL_PKGS='findutils iproute2 python3 python3-apt sudo systemd' \
&& apt-get update && apt-get install $INSTALL_PKGS -y --no-install-recommends \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

Expand Down
2 changes: 1 addition & 1 deletion ubuntu/22.04.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer='Anton Melekhin'
ENV container=docker \
DEBIAN_FRONTEND=noninteractive

RUN INSTALL_PKGS='ca-certificates gnupg iproute2 python3 python3-apt sudo systemd' \
RUN INSTALL_PKGS='findutils iproute2 python3 python3-apt sudo systemd' \
&& apt-get update && apt-get install $INSTALL_PKGS -y --no-install-recommends \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

Expand Down

0 comments on commit 77082ad

Please sign in to comment.