Skip to content

Commit

Permalink
add python3-apt package
Browse files Browse the repository at this point in the history
  • Loading branch information
antmelekhin committed Aug 1, 2023
1 parent 2a1e9cf commit bca2c38
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 sudo systemd' \
RUN INSTALL_PKGS='ca-certificates gnupg 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 sudo systemd' \
RUN INSTALL_PKGS='ca-certificates gnupg 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 sudo systemd' \
RUN INSTALL_PKGS='ca-certificates gnupg 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 sudo systemd' \
RUN INSTALL_PKGS='ca-certificates gnupg 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 bca2c38

Please sign in to comment.