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 f5f4262 commit dd45205
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,12 @@ RUN set -ex && \
libpq5 zlib1g libyaml-0-2 libssl1.0.0 \
libgdbm5 libreadline7 libncurses5 libffi6 \
libxml2 libxslt1.1 libcurl4 libicu60 libre2-dev tzdata unzip libimage-exiftool-perl \
vim python3-setuptools python3-gitlab python3-jenkins python3-pip \
&& pip3 install -U requests jenkinsapi \
&& update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX \
&& locale-gen en_US.UTF-8 \
&& 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 python3-pip \
&& pip3 install -U requests jenkinsapi \
&& rm -rf /var/lib/apt/lists/*

COPY assets/build/ ${GITLAB_BUILD_DIR}/
Expand Down

0 comments on commit dd45205

Please sign in to comment.