Skip to content

Commit

Permalink
Use system package for python-wheel
Browse files Browse the repository at this point in the history
This will make the build process marginally faster and provide better integrity
  • Loading branch information
emkll committed May 16, 2019
1 parent 4418f4c commit 3936aec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
---
- name: Install pip wheel.
pip:
name: wheel
tags: pip

- name: Copy install_files/securedrop-app-code dir to build path.
synchronize:
src: "{{ role_path }}/../../../securedrop-app-code/"
Expand Down
1 change: 1 addition & 0 deletions molecule/builder-xenial/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN apt-get -y update && apt-get upgrade -y && apt-get install -y \
python \
python-dev \
python-pip \
python-wheel \
rsync \
ruby \
secure-delete \
Expand Down

0 comments on commit 3936aec

Please sign in to comment.