Skip to content
This repository was archived by the owner on Jan 29, 2021. It is now read-only.

Commit c12e04a

Browse files
author
Logan L
committed
Pull mongo image in case the user running make-release doesn't have it installed
1 parent cec22b2 commit c12e04a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dev-scripts/make-release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ IN_DEV_MAIN_COMPOSE_FILE="$IN_DEV_COMPOSE_DIR/main.yaml"
5353
################################################################################
5454
echo "Building Docker images"
5555
COMPOSE_FILE="$IN_DEV_MAIN_COMPOSE_FILE" docker-compose build
56+
docker pull mongo:3.6
5657

5758
################################################################################
5859
TMP_DIR=`mktemp -d -q "/tmp/IPFIX-RITA.XXXXXXXX" </dev/null`

0 commit comments

Comments
 (0)