Skip to content

Commit

Permalink
ci(docker) - fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
PxyUp committed Oct 27, 2024
1 parent 21e18f9 commit adcefc8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ FROM --platform=linux/arm64 arm64v8/golang:1.23
ENV GOARCH=arm64
ENV GOOS=linux

RUN go install github.com/playwright-community/playwright-go/cmd/playwright@latest
RUN playwright install --with-deps
RUN go run github.com/playwright-community/playwright-go/cmd/playwright@latest install --with-deps

WORKDIR /go/src/fitter_cli

Expand Down

0 comments on commit adcefc8

Please sign in to comment.