Skip to content

Commit

Permalink
Update module
Browse files Browse the repository at this point in the history
  • Loading branch information
craigthackerx committed Dec 13, 2023
1 parent 18e9f03 commit 35d39f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions containers/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN adduser -s /bin/bash -D -h /home/${NORMAL_USER} ${NORMAL_USER} && \
bzip2-dev \
coreutils \
curl \
dos2unix \
git \
icu-libs \
jq \
Expand Down
1 change: 1 addition & 0 deletions containers/alpine/packer.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ locals {
"bzip2-dev",
"coreutils",
"curl",
"dos2unix",
"git",
"icu-libs",
"jq",
Expand Down
1 change: 1 addition & 0 deletions containers/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN useradd -ms /bin/bash ${NORMAL_USER} && \
libbz2-dev \
ca-certificates \
curl \
dos2unix \
gcc \
gnupg \
gnupg2 \
Expand Down
1 change: 1 addition & 0 deletions containers/ubuntu/packer.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ locals {
"libbz2-dev",
"ca-certificates",
"curl",
"dos2unix",
"gcc",
"gnupg",
"gnupg2",
Expand Down

0 comments on commit 35d39f8

Please sign in to comment.