We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137cc85 commit dd12718Copy full SHA for dd12718
1 file changed
dockerfiles/ClipperTestsDockerfile
@@ -1,10 +1,10 @@
1
ARG CODE_VERSION
2
FROM clipper/lib_base:${CODE_VERSION}
3
4
-# install docker
+# install docker and other apt-installable dependencies
5
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install --fix-missing -y \
6
wget apt-transport-https ca-certificates curl software-properties-common \
7
- openjdk-8-jdk clang-format \
+ openjdk-8-jdk clang-format redis-server \
8
&& curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - \
9
&& add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" \
10
&& apt-get update \
0 commit comments