Skip to content

Commit fd4601b

Browse files
committed
Add curl
1 parent f3edad1 commit fd4601b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile.deploy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ FROM alpine:latest
1515

1616
WORKDIR /app
1717

18+
RUN apk add --no-cache curl
19+
1820
COPY --from=builder /app/hackatime .
1921
COPY --from=builder /app/config.yml config.yml
2022

0 commit comments

Comments
 (0)