Skip to content

Commit

Permalink
update docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
guoliangye-okta committed Oct 24, 2024
1 parent 53e8313 commit 683ab50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ FROM golang:1.21-bullseye
ARG APP_PATH

RUN go install github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs@v0.19.4
RUN go mod tidy
RUN go mod vendor

RUN mkdir -p $APP_PATH
COPY . $APP_PATH
Expand Down

0 comments on commit 683ab50

Please sign in to comment.