mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fixes #2399: Custom base image instructions don't work
Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com>
This commit is contained in:
parent
ff18b87337
commit
727969bc1d
@ -112,7 +112,7 @@ FROM alpine:3.20 AS tofu
|
||||
|
||||
ADD install-opentofu.sh /install-opentofu.sh
|
||||
RUN chmod +x /install-opentofu.sh
|
||||
RUN apk add gpg
|
||||
RUN apk add gpg gpg-agent
|
||||
RUN ./install-opentofu.sh --install-method standalone --install-path / --symlink-path -
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user