diff --git a/24.04/TAG b/24.04/TAG index 7cbbe5c..f66731e 100644 --- a/24.04/TAG +++ b/24.04/TAG @@ -1 +1 @@ -24.04.20241120 +24.04.20241120.1 diff --git a/24.04/ubuntu-debug/Dockerfile b/24.04/ubuntu-debug/Dockerfile index 8469434..25fb1d0 100644 --- a/24.04/ubuntu-debug/Dockerfile +++ b/24.04/ubuntu-debug/Dockerfile @@ -47,7 +47,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-$(uname -m).zip" -o "awscliv2.zip" \ && unzip awscliv2.zip \ && ./aws/install \ - && rm -f awscliv2.zip + && rm -rf awscliv2.zip ./aws RUN setcap -r /usr/bin/ping