Skip to content

Commit

Permalink
Updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
P4T12ICK committed Aug 14, 2023
1 parent 91bc8a9 commit 51c6681
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:20.04
FROM ubuntu:22.04
ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update && \
apt-get install -y python3.8 git unzip python3-pip awscli curl vim lsb-release software-properties-common
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 51c6681

Please sign in to comment.