yorick: Fix evaluation of empty vectors in steps 2 and 3
[jackhill/mal.git] / impls / tests / docker-build.sh
CommitLineData
c9de2e82
JM
1#!/bin/bash
2
3IMAGE_NAME=${IMAGE_NAME:-mal-test-ubuntu-utopic}
4GIT_TOP=$(git rev-parse --show-toplevel)
5
4a55f10c 6docker build -t "${IMAGE_NAME}" "${GIT_TOP}/tests/docker"