garage/script/builder_image/Dockerfile
Alex 6e28ea6bdc
All checks were successful
continuous-integration/drone/push Build is passing
Use pre-prepared Docker image in CI to speed things up
2021-04-08 20:06:48 +02:00

7 lines
189 B
Docker

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