Skip to content

Commit a2a112d

Browse files
committed
remove docker patch
1 parent b175160 commit a2a112d

2 files changed

Lines changed: 1 addition & 16 deletions

File tree

spindle/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ ENV CGO_ENABLED=1
44
WORKDIR /app
55
RUN apk add gcc musl-dev patch
66
COPY ./core .
7-
COPY ./docker.patch ./
8-
RUN patch -p1 < docker.patch && \
9-
go build -o /usr/bin/spindle -ldflags '-s -w -extldflags "-static"' ./cmd/spindle
7+
RUN go build -o /usr/bin/spindle -ldflags '-s -w -extldflags "-static"' ./cmd/spindle
108

119
FROM alpine:edge
1210
EXPOSE 6555

spindle/docker.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)