#!/bin/sh SOURCE_DIR=$(realpath $(dirname "${0}"))/python2 # Build Docker container docker build -t python2 ${SOURCE_DIR}