Remove installing wamerican

This commit is contained in:
Marc Di Luzio 2020-06-25 23:51:12 +01:00
parent 5c12fabb63
commit f0f5a6b2e0
2 changed files with 0 additions and 6 deletions

View file

@ -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