Install mc to /usr/local/bin

This commit is contained in:
Haralan Dobrev
2020-12-19 01:38:09 +02:00
parent ea4f43b65b
commit 1f4fafcee5
2 changed files with 4 additions and 3 deletions

View File

@@ -5,7 +5,8 @@ RUN apt-get update && \
RUN wget https://dl.min.io/client/mc/release/linux-amd64/mc \
&& chmod +x mc \
&& ./mc --help
&& mv mc /usr/local/bin/ \
&& mc --help
# Copies your code file from your action repository to the filesystem path `/` of the container
COPY entrypoint.sh /entrypoint.sh