Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
put openssh-client back, and release 0.15.7 (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster authored Sep 28, 2018
1 parent 4ac968d commit b6943c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV GOOGLEAPIS_HASH 071efb9af05d831205787108e163235db6b763e4
ENV GAPIC_GENERATOR_HASH 3fa914405f4e7a085c1e653100c264f049e665fe
# Define version number below. The ARTMAN_VERSION line is parsed by
# .circleci/config.yml and setup.py, please keep the format.
ENV ARTMAN_VERSION 0.15.6
ENV ARTMAN_VERSION 0.15.7

ENV DEBIAN_FRONTEND noninteractive

Expand All @@ -24,6 +24,8 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends \
curl \
git \
# openssh-client is needed for CircleCI git checkout
openssh-client \
# runtime packages
unzip \
php-pear \
Expand Down

0 comments on commit b6943c3

Please sign in to comment.