Skip to content

Commit

Permalink
Update development.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dkatzz authored Sep 27, 2024
1 parent b159983 commit 1954c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/aws/deployment/development.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/base:ubuntu
FROM docker:dind

RUN wget -O- https://apt.releases.hashicorp.com/gpg | gpg --dearmor | tee /usr/share/keyrings/hashicorp-archive-keyring.gpg
RUN echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | tee /etc/apt/sources.list.d/hashicorp.list
Expand Down

0 comments on commit 1954c36

Please sign in to comment.