Skip to content

Commit

Permalink
Swapped out centos for alpine
Browse files Browse the repository at this point in the history
Signed-off-by: Cai Cooper <[email protected]>
  • Loading branch information
cagiti committed Jun 28, 2019
1 parent 970a888 commit 9007684
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM centos:7
FROM alpine:3.10

RUN yum install -y git
RUN apk --no-cache --update add \
git \
bash

ENTRYPOINT ["jx", "version"]

COPY ./build/linux/jx /usr/bin/jx
COPY ./build/linux/jx /usr/bin/jx

0 comments on commit 9007684

Please sign in to comment.