Skip to content

Commit

Permalink
build(dev): 'go install' reflex
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneM committed Mar 13, 2023
1 parent 46088bf commit 7a5ae15
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
@@ -1,7 +1,7 @@
FROM golang:1.20
MAINTAINER Étienne Michon "[email protected]"

RUN go get github.com/cespare/reflex
RUN go install github.com/cespare/reflex@latest

WORKDIR $GOPATH/src/github.com/Scalingo/go-scalingo

Expand Down

0 comments on commit 7a5ae15

Please sign in to comment.