Skip to content

Commit

Permalink
Fix GPG issue when installing Terraform (#25)
Browse files Browse the repository at this point in the history
* Update Dockerfile

* Fix for error when installing terraform
  • Loading branch information
RothAndrew authored May 25, 2021
1 parent 75bb725 commit b60e23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ ENV DOCKER_VERION=${DOCKER_VERSION}
# shouldn't ever need version pinning
# Please keep the list alphabetized for maintainability


RUN dnf install -y --refresh \
bind-utils \
bzip2 \
Expand All @@ -45,6 +44,7 @@ RUN dnf install -y --refresh \
make \
ncurses-devel \
openssl-devel \
perl-Digest-SHA \
readline-devel \
sqlite-devel \
unixODBC-devel \
Expand Down

0 comments on commit b60e23e

Please sign in to comment.