Skip to content

Commit a5aaceb

Browse files
committed
copyright generated
1 parent 639bc19 commit a5aaceb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

debian/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ ARG GO_BINARY
1919

2020
COPY ./debian/${DEB_NAME} /${DEB_NAME}/
2121
COPY ./${GO_BINARY} /${DEB_NAME}/usr/bin/${BINARY_NAME}
22-
COPY ./debian/${DEB_NAME}/DEBIAN/copyright /${DEB_NAME}/usr/share/doc/${DEB_NAME}/copyright
2322

2423
# Go application are tagged with `v` prefix, this remove the first v if present
2524
RUN export VERSION=$(echo "${VERSION}" | sed -e "s/^v\(.*\)/\1/") && \

0 commit comments

Comments
 (0)