Skip to content

Commit 9d66739

Browse files
committed
add git to docker image
1 parent d6d6dfa commit 9d66739

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ COPY --from=docker-compose /usr/local/bin/docker /usr/local/bin/docker
1515
COPY --from=docker-compose /usr/local/bin/docker-compose /usr/local/bin/docker-compose
1616
COPY --from=build /app/kool /usr/local/bin/kool
1717

18+
RUN apk add --no-cache git bash
19+
1820
CMD [ "kool" ]

0 commit comments

Comments
 (0)