Skip to content

Commit

Permalink
Fix for error when installing terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
RothAndrew committed May 25, 2021
1 parent 1db9b8b commit 65fcd00
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ WORKDIR /
# Need root to do rooty things
USER root

# Bust the whole docker cache so ASDF doesn't try to use the old Terraform signing key that doesn't work anymore
# This line should be removed after we get a clean tagged release
RUN echo "hello world"

# Install containerd.io. Get versions from https://download.docker.com/linux/centos/7/x86_64/stable/Packages/
# This must be installed manually because Red Hat has blocked later versions of containerd.io
# from being installed normally on RHEL/CentOS 8. Their intention is for people to use Podman/Buildah,
Expand All @@ -32,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 @@ -49,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 65fcd00

Please sign in to comment.