From 3e33bc0cfd271379615d10164f2a0f045ace5137 Mon Sep 17 00:00:00 2001 From: Patrick Bareiss Date: Thu, 26 Sep 2024 11:48:57 +0200 Subject: [PATCH] updated docker image --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index bbc5bcb39..774d17466 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 && \