Skip to content

Commit

Permalink
Fixed python-apt dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frzk committed Feb 4, 2019
1 parent 592eb02 commit 0c50149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ RUN apt-get update \
build-essential \
git \
python-pip \
python-apt \
systemd \
tzdata

RUN pip install --upgrade setuptools \
&& pip install python-apt \
&& pip install wheel \
&& pip install ansible

Expand Down

0 comments on commit 0c50149

Please sign in to comment.