Page MenuHome GnuPG

docker-build.sh
No OneTemporary

docker-build.sh

#!/usr/bin/env bash
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
if command -v realpath>/dev/null 2>&1; then
CURRENT_FILE=`realpath "$0"`
else
CURRENT_FILE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/$(basename $0)"
fi
PROVISIONING_DIR=`dirname "$CURRENT_FILE"`
ENIGMAIL_ROOT=`dirname "$PROVISIONING_DIR"`
docker run -v $ENIGMAIL_ROOT:/enigmail-src -i -t enigmail-unit ./build.sh

File Metadata

Mime Type
text/x-shellscript
Expires
Sun, Feb 23, 7:20 PM (1 h, 20 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
b3/f1/9b6af4780507e677bad60d279ebd

Event Timeline