chore: oops

This commit is contained in:
Damillora 2021-05-11 19:49:00 +07:00
parent 137ff2791c
commit 03f7de692a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM golang:1.16-alpine AS build
WORKDIR /go/src/shioriko
COPY . .
RUN apk add vips-dev pkgconfig
RUN apk add vips-dev pkgconfig gcc musl-dev
RUN go get -d -v ./...
RUN go build -o /shioriko
RUN mkdir -p /web && cp -r web/static web/template /web