Skip to content

Commit

Permalink
fix(build_deps): Fixing build dependencies (#248)
Browse files Browse the repository at this point in the history
Precommit-Verified: 345b7ed652d3148e45e7751cd5039da8c296a449013f482f6872c1a7682df16a
  • Loading branch information
pryorda committed Mar 9, 2021
1 parent 8a1b7d9 commit 2741e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -6,7 +6,7 @@ LABEL NAME=vmware_exporter
WORKDIR /opt/vmware_exporter/
COPY . /opt/vmware_exporter/

RUN set -x; buildDeps="gcc python3-dev musl-dev libffi-dev openssl openssl-dev" \
RUN set -x; buildDeps="gcc python3-dev musl-dev libffi-dev openssl openssl-dev rust cargo" \
&& apk add --no-cache --update $buildDeps \
&& pip install -r requirements.txt . \
&& apk del $buildDeps
Expand Down

0 comments on commit 2741e5e

Please sign in to comment.