Skip to content

Commit

Permalink
Upgrade systemd to v234 (lincheney#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed authored Aug 23, 2017
1 parent f375aca commit e900e35
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 @@ -7,9 +7,8 @@ ENV LC_ALL=C.UTF-8
ENV LANG=C.UTF-8

# Install Python, pip, boto3 and python-systemd.
RUN BUILD_DEPS="curl python3-dev pkg-config \
gcc git libsystemd-dev" \
VERSION="233"; \
RUN BUILD_DEPS="curl python3-dev pkg-config gcc git libsystemd-dev" \
VERSION="234"; \
apt-get update && \
apt-get install --no-install-recommends --yes python3 \
python3-pip python3-setuptools $BUILD_DEPS && \
Expand Down

0 comments on commit e900e35

Please sign in to comment.