FROM ubuntu:focal RUN apt-get update && \ apt-get install -y wget && \ cd /usr/local/bin && \ wget -qO- https://github.com/harshavardhana/s3www/releases/download/v0.5.3/s3www_0.5.3_linux_amd64.tar.gz | tar zxvf - s3www USER nobody ENTRYPOINT ["/usr/local/bin/s3www"]