Skip to content

Commit

Permalink
chore(upgrades): Update OS to latest supported releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmcintosh committed Nov 19, 2024
1 parent d366ef4 commit 1609d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN apt-get update && \
curl \
wget \
python3-pip \
python3 \
rm -rf /var/lib/apt/lists/* --upgrade
python3 && \
rm -rf /var/lib/apt/lists/*

# AWS CLI 2
RUN if [ "${TARGETARCH}" = "arm64" ]; then \
Expand Down

0 comments on commit 1609d7d

Please sign in to comment.