Add rustc to all base images

This commit is contained in:
Anna Sirota
2021-03-16 18:00:34 +01:00
parent 2806244dd3
commit 6a04549b95
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ RUN set -ex; \
apt-get update; \
DEBIAN_FRONTEND=noninteractive apt-get install -qy \
git \
rustc \
build-essential \
checkinstall \
libffi-dev \