1 messages
Discussions related to https://github.com/cloudposse/geodesic
Archive: https://archive.sweetops.com/geodesic/
Samuel Thanabout 1 year ago
hi, I'm doing a docker image build via the makefile. Using this https://github.com/cloudposse/atmos/blob/main/examples/quick-start-advanced/Dockerfile example, have anyone came across this error before ?
Step 20/24 : RUN apt-get update && apt-get install -y -u --allow-downgrades terraform-1="${TF_VERSION}-*" && update-alternatives --set terraform /usr/share/terraform/1/bin/terraform
---> Running in ce0ba58df71b
Hit:1 <http://deb.debian.org/debian> bookworm InRelease
Hit:2 <http://deb.debian.org/debian> bookworm-updates InRelease
Hit:3 <http://deb.debian.org/debian-security> bookworm-security InRelease
Get:4 <https://dl.cloudsmith.io/public/cloudposse/packages/deb/debian> bookworm InRelease [4979 B]
Hit:5 <https://packages.cloud.google.com/apt> cloud-sdk InRelease
Hit:6 <https://packages.opentofu.org/opentofu/tofu/any> any InRelease
Fetched 4979 B in 2s (3107 B/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Package terraform-1 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Version '1.9.8-*' for 'terraform-1' was not found
The command '/bin/sh -c apt-get update && apt-get install -y -u --allow-downgrades terraform-1="${TF_VERSION}-*" && update-alternatives --set terraform /usr/share/terraform/1/bin/terraform' returned a non-zero code: 100
make[1]: *** [docker/build] Error 100
make: *** [build] Error 2