Skip to content

Commit

Permalink
When preparing pulsar-build Docker image, ensure apt-get update is no…
Browse files Browse the repository at this point in the history
…t cached (apache#1689)
  • Loading branch information
merlimat authored Apr 30, 2018
1 parent 0f2f478 commit f0d0907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ FROM ubuntu:16.04
RUN mkdir /pulsar
ADD protobuf.patch /pulsar

RUN apt-get update
RUN apt-get install -y maven tig g++ cmake libssl-dev libcurl4-openssl-dev \
RUN apt-get update && \
apt-get install -y maven tig g++ cmake libssl-dev libcurl4-openssl-dev \
liblog4cxx-dev libprotobuf-dev libboost-all-dev google-mock libgtest-dev \
libjsoncpp-dev libxml2-utils protobuf-compiler wget \
curl doxygen openjdk-8-jdk-headless clang-format-5.0 \
Expand Down

0 comments on commit f0d0907

Please sign in to comment.