aboutsummaryrefslogtreecommitdiff
path: root/script/builder_image/Dockerfile
blob: 292d551d8b2a434ad5a578805237a2b02e37dee4 (plain) (blame)
1
2
3
4
5
6
FROM rust:buster
RUN apt-get update && \
	apt-get install --yes libsodium-dev awscli python-pip && \
	    rm -rf /var/lib/apt/lists/*
RUN rustup component add rustfmt
RUN pip install s3cmd