Skip to content

Commit

Permalink
Upgraded to latest packer version.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanielw committed Sep 12, 2023
1 parent 873b524 commit 8c48012
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM debian:bullseye

RUN apt-get -y update && apt-get install -y ca-certificates curl gnupg2 software-properties-common
RUN curl -fsSL https://apt.releases.hashicorp.com/gpg | apt-key add -
RUN apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
RUN apt-get update && apt-get install -y \
curl \
gettext \
git \
nano \
Expand Down

0 comments on commit 8c48012

Please sign in to comment.