Remove installing wamerican
This commit is contained in:
parent
5c12fabb63
commit
f0f5a6b2e0
2 changed files with 0 additions and 6 deletions
|
@ -5,9 +5,6 @@ WORKDIR /app
|
|||
COPY . .
|
||||
RUN go mod download
|
||||
|
||||
# For /usr/share/dict/words
|
||||
RUN apt-get -q update && apt-get -qy install wamerican
|
||||
|
||||
# Build the executables
|
||||
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
|
||||
RUN go build -o rove-accountant cmd/rove-accountant/main.go
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue