Skip to content

Commit

Permalink
build from minio mc client docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
lovellfelix authored Dec 23, 2020
1 parent 81cea32 commit 52a5fb9
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
FROM ubuntu:20.04

RUN apt-get update && \
apt-get install --assume-yes wget

RUN wget https://dl.min.io/client/mc/release/linux-amd64/mc \
&& chmod +x mc \
&& mv mc /usr/local/bin/ \
&& mc --help
FROM minio/mc:RELEASE.2020-10-03T02-54-56Z

# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 52a5fb9

Please sign in to comment.