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

Update Dockerfile

parent d0a11d22
No related branches found
No related tags found
No related merge requests found
Pipeline #1640 failed
FROM ubuntu:18.04
MAINTAINER Zandor Smith
RUN apt-get update && apt-get install wget
RUN apt-get update && apt-get install wget -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
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