Skip to content

Commit

Permalink
added install libsnappy-dev on base image
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojcikowski Katharina authored and Wojcikowski Katharina committed Jun 9, 2020
1 parent f30f0d4 commit 90cc743
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
curl \
netcat \
gnupg \
libsnappy-dev \
&& rm -rf /var/lib/apt/lists/*

ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/
Expand Down

0 comments on commit 90cc743

Please sign in to comment.