Install wamerican for /usr/share/dict/words
This commit is contained in:
parent
4645ef81e5
commit
e804cdf12b
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ WORKDIR /app
|
|||
COPY . .
|
||||
RUN go mod download
|
||||
|
||||
# For /usr/share/dict/words
|
||||
RUN apt-get update && apt-get install -y wamerican
|
||||
|
||||
|
||||
RUN go build -o rove-server -ldflags="-X 'github.com/mdiluz/rove/pkg/version.Version=$(git describe --always --long --dirty --tags)'" cmd/rove-server/main.go
|
||||
|
||||
CMD [ "./rove-server" ]
|
||||
|
|
Loading…
Add table
Reference in a new issue