aboutsummaryrefslogtreecommitdiff
path: root/script/builder_image/Dockerfile
blob: 00dea1918189ca68a490398cd6e727e60becde2b (plain) (blame)
1
2
3
4
5
6
7
FROM rust:buster
RUN apt-get update && \
	apt-get install --yes libsodium-dev awscli python-pip wget rclone openssl socat && \
	    rm -rf /var/lib/apt/lists/*
RUN wget https://dl.min.io/client/mc/release/linux-amd64/mc -O /usr/local/bin/mc && chmod +x /usr/local/bin/mc
RUN rustup component add rustfmt
RUN pip install s3cmd