Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F20064639
docker-build.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
555 B
Subscribers
None
docker-build.sh
View Options
#!/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
Details
Attached
Mime Type
text/x-shellscript
Expires
Sun, Feb 23, 7:20 PM (10 h, 57 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
b3/f1/9b6af4780507e677bad60d279ebd
Attached To
rENIG Enigmail
Event Timeline
Log In to Comment