Skip to content

Commit

Permalink
fix: install python3-venv and pin base image
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Aug 4, 2023
1 parent a9ad9c5 commit 1970ee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

FROM docker.mirror.hashicorp.services/jsii/superchain:1-buster-slim-node16
FROM docker.mirror.hashicorp.services/jsii/superchain:1-buster-slim-node16@sha256:deaad1d7f285cd104255ab7bd0edd6de0f51b6562973a384c776ca4cceb81d00

USER root

ARG DEFAULT_TERRAFORM_VERSION
ARG AVAILABLE_TERRAFORM_VERSIONS


RUN apt-get update -y && apt-get install -y unzip jq build-essential time
RUN apt-get update -y && apt-get install -y unzip jq build-essential time python3-venv
RUN curl https://raw.githubusercontent.com/pypa/pipenv/master/get-pipenv.py | python3
RUN npm install -g @sentry/cli --unsafe-perm

Expand Down

0 comments on commit 1970ee9

Please sign in to comment.