diff --git a/.dockerignore b/.dockerignore index 72d19ec..e1263bc 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,5 +1,5 @@ .git .gitignore .dockerignore -Dockerfile +Dockerfile* .github diff --git a/Dockerfile b/Dockerfile index a50b08f..3a92566 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -FROM debian:bullseye-slim as kas-base +FROM debian:bullseye as kas-base ARG TARGETPLATFORM ARG DEBIAN_FRONTEND=noninteractive @@ -34,7 +34,8 @@ RUN apt-get update && \ python3-newt python3-colorlog \ gosu lsb-release file vim less procps tree tar bzip2 zstd pigz lz4 unzip tmux libncurses-dev \ git-lfs mercurial iproute2 ssh-client telnet curl rsync gnupg awscli sudo \ - socat bash-completion && \ + socat bash-completion \ + python2.7 python-is-python2 && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*