Обновлён Dockerfile, чтобы предотвратить выполнение скриптов во время установки пакета git, добав
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
FROM golang:alpine AS build
|
FROM golang:alpine AS build
|
||||||
|
|
||||||
RUN apk add --no-cache git
|
RUN apk add --no-cache --no-scripts git
|
||||||
|
|
||||||
WORKDIR /go/src/transmission-telegram
|
WORKDIR /go/src/transmission-telegram
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
Reference in New Issue
Block a user