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

Update Dockerfile

parent 93819605
No related branches found
No related tags found
No related merge requests found
Pipeline #1638 failed
FROM ubuntu:18.04
MAINTAINER Zandor Smith
RUN apt-get update && apt-get install wget
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
RUN wget -O/etc/apt/sources.list.d/s3tools.list http://s3tools.org/repo/deb-all/stable/s3tools.list
RUN apt-get update && 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