Newer
Older
sisyphe-go / Dockerfile
FROM golang:1.17-alpine
RUN apk add poppler-utils

WORKDIR /app
COPY * /app/
RUN go build .