Install cargo and rust in rolling images too (#434)

This commit is contained in:
Abhilash Raj
2021-02-24 22:19:55 -08:00
committed by GitHub
parent 297bf35b1b
commit 17b041c926
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ ARG POSTORIUS_REF
# rights for management script
RUN set -ex \
&& apk add --no-cache --virtual .build-deps gcc libc-dev linux-headers \
postgresql-dev mariadb-dev python3-dev libffi-dev git \
postgresql-dev mariadb-dev python3-dev libffi-dev git cargo rust \
&& apk add --no-cache --virtual .mailman-rundeps bash sassc \
postgresql-client mysql-client py3-mysqlclient curl mailcap \
python3 py3-pip libffi gettext \

View File

@@ -17,7 +17,7 @@ ARG CLIENT_REF
# rights for management script
RUN set -ex \
&& apk add --no-cache --virtual .build-deps gcc libc-dev linux-headers git \
postgresql-dev mariadb-dev python3-dev libffi-dev openldap-dev \
postgresql-dev mariadb-dev python3-dev libffi-dev openldap-dev cargo rust \
&& apk add --no-cache --virtual .mailman-rundeps bash sassc \
python3 py3-pip postgresql-client mysql-client py3-mysqlclient \
curl mailcap xapian-core xapian-bindings-python3 libffi gettext \