Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
taomaree authored Sep 7, 2019
1 parent 0b1cb84 commit f5f4262
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ RUN set -ex && \
&& DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales \
&& gem install --no-document bundler -v 1.17.3 \
&& DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
vim python3-setuptools python3-gitlab python3-jenkins \
&& easy_install3 pip \
vim python3-setuptools python3-gitlab python3-jenkins python3-pip \
&& pip3 install -U requests jenkinsapi \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit f5f4262

Please sign in to comment.