Skip to content

Commit

Permalink
Добавил установку библиотеки cal
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Amezhenko committed Dec 20, 2024
1 parent 8d9ad13 commit 5d490a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ WORKDIR /go/src/github.com/beevee/konturtransferbot
COPY . .
RUN apk add --no-cache git mercurial \
&& go get github.com/kardianos/govendor \
&& go get github.com/rickar/cal \
&& govendor sync \
&& apk del git mercurial
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o /go/bin/konturtransferbot github.com/beevee/konturtransferbot/cmd/konturtransferbot
Expand Down

0 comments on commit 5d490a6

Please sign in to comment.