Skip to content

Commit

Permalink
Merge pull request #51 from yunkon-kim/240422-10
Browse files Browse the repository at this point in the history
Fix wrong script name on Dockerfile
  • Loading branch information
yunkon-kim authored Apr 23, 2024
2 parents 50f3833 + 81ee049 commit d46a331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ COPY --from=builder /go/src/github.com/cloud-barista/poc-mc-net-tf/conf/ /app/co
COPY --from=builder /go/src/github.com/cloud-barista/poc-mc-net-tf/scripts/ /app/scripts/
COPY --from=builder /go/src/github.com/cloud-barista/poc-mc-net-tf/cmd/poc-mc-net-tf/poc-mc-net-tf /app/

RUN ./scripts/install-tofu.sh
RUN ./scripts/install-tofu-1.6.2.sh
RUN apt-get update && apt-get install -y git

# Setting various environment variables required by the application
Expand Down

0 comments on commit d46a331

Please sign in to comment.