diff --git a/docker/Dockerfile b/docker/Dockerfile index bbc5bcb3..774d1746 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,8 +1,8 @@ FROM ubuntu:22.04 ENV DEBIAN_FRONTEND=noninteractive -RUN apt-get update && \ - apt-get install -y python3.10 git unzip python3-pip awscli curl vim lsb-release software-properties-common +RUN apt-get update && apt-get upgrade -y +RUN apt-get install -y python3.10 git unzip python3-pip awscli curl vim lsb-release software-properties-common RUN curl -s https://releases.hashicorp.com/terraform/1.4.5/terraform_1.4.5_linux_amd64.zip -o terraform.zip && \ unzip terraform.zip && \