Skip to content

Commit

Permalink
updated docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Bareiss committed Sep 26, 2024
1 parent 4278358 commit 3e33bc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down

0 comments on commit 3e33bc0

Please sign in to comment.