Skip to content

Commit

Permalink
remove the now unnessecary secrets setup from dockerfile dev
Browse files Browse the repository at this point in the history
  • Loading branch information
GondekNP committed Jan 3, 2024
1 parent fc800d9 commit c55a78e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .devcontainer/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ RUN apt-get update && apt-get install -y \
COPY . /workspace
WORKDIR /workspace/.devcontainer

# # Setup SSH keys for tf (temporarily til we sort out secrets / OIDC)
RUN prebuild/setup_secrets.sh

# # Get AWS CLI V2
RUN prebuild/setup_aws.sh

Expand Down

0 comments on commit c55a78e

Please sign in to comment.