Skip to content

Commit

Permalink
Add git to container (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyVdb committed Mar 15, 2024
1 parent fb7177d commit ba45e16
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
FROM alpine

RUN set -xe \
&& apk add --no-cache git

COPY spacectl /usr/local/bin/spacectl
ENTRYPOINT ["/usr/local/bin/spacectl"]
ENTRYPOINT ["/usr/local/bin/spacectl"]

0 comments on commit ba45e16

Please sign in to comment.