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

Update Dockerfile

parent 04d35790
No related branches found
No related tags found
No related merge requests found
Pipeline #1639 failed
......@@ -2,6 +2,6 @@ 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 wget -O- -q http://s3tools.org/repo/deb-all/stable/s3tools.key | apt-key add -
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