Skip to content
Snippets Groups Projects
Commit 9a355c2b authored by Zandor Smith's avatar Zandor Smith :computer:
Browse files

Create docker file.

parents
No related branches found
No related tags found
No related merge requests found
Pipeline #1635 canceled
FROM ubuntu:18.04
MAINTAINER Zandor Smith
RUN wget -O- -q http://s3tools.org/repo/deb-all/stable/s3tools.key | sudo apt-key add -
RUN sudo wget -O/etc/apt/sources.list.d/s3tools.list http://s3tools.org/repo/deb-all/stable/s3tools.list
RUN apt-get update
RUN sudo apt-get update && sudo apt-get install s3cmd
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment