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

@ -19,9 +19,6 @@ jobs:
go-version: ^1.13
id: go
- name: Install dict
run: sudo apt-get update && sudo apt-get install wamerican
- name: Install swagger
run: |
sudo curl -o /usr/local/bin/swagger -L'#' https://github.com/go-swagger/go-swagger/releases/download/v0.23.0/swagger_linux_amd64

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