Skip to content

Commit

Permalink
[skip ci] Update documentation of ci/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonAndre committed Jul 4, 2021
1 parent 9e0a11b commit b4f000b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Dockerfile to build nutcracker
# ARGS: none
# Dockerfile to create a slower debug build of nutcracker with assertions enabled
# for continuous integration checks.
# ARGS: REDIS_VER
# Also see test_in_docker.sh
FROM centos:7

Expand Down Expand Up @@ -37,8 +38,8 @@ RUN wget https://github.com/redis/redis/archive/$REDIS_VER.tar.gz && \
popd && \
rm -r redis-*

# This will build and twemproxy 0.4.1 (with sflow)
# Annoyingly, can't add multiple directories at once.
# This will build twemproxy with compilation flags for running unit tests, integration tests.
# Annoyingly, this can't add multiple directories at once.
ADD conf /usr/src/twemproxy/conf
ADD contrib /usr/src/twemproxy/contrib
ADD man /usr/src/twemproxy/man
Expand Down

0 comments on commit b4f000b

Please sign in to comment.