-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(*): use base image debian:stretch-ruby (#222)
- Loading branch information
Lei Qian
authored
Jun 19, 2020
1 parent
225fef3
commit f268aa7
Showing
2 changed files
with
2 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|