Skip to content

Commit

Permalink
chore(*): use base image debian:stretch-ruby (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lei Qian authored Jun 19, 2020
1 parent 225fef3 commit f268aa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ test:

test-linux:
@for target in $(TARGETS); do \
$(CMD_DIR)/$${target}/test.sh; \
$(CMD_DIR)/$${target}/test.sh; \
done

container: test-linux
Expand Down
8 changes: 1 addition & 7 deletions build/charts/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
FROM cargo.caicloud.xyz/library/debian:stretch

RUN apt-get update && \
apt-get install -y ruby --force-yes&& \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
LABEL maintainer="Wei Guo <[email protected]>"
FROM cargo.caicloud.xyz/library/debian:stretch-ruby

COPY build/charts/build.sh /build.sh
COPY stable /stable
Expand Down

0 comments on commit f268aa7

Please sign in to comment.