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

Update Dockerfile

parent bd3b05f9
Branches master
No related tags found
No related merge requests found
Pipeline #1641 failed
......@@ -2,6 +2,7 @@ FROM ubuntu:18.04
MAINTAINER Zandor Smith
RUN apt-get update && apt-get install wget -y
RUN apt-get install gnupg -y
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 -y
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