Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
allgo
allgo
Commits
20d02450
Commit
20d02450
authored
Mar 15, 2017
by
BAIRE Anthony
Browse files
build the toolbox in the bootstrap script
parent
5987b646
Changes
1
Hide whitespace changes
Inline
Side-by-side
bootstrap
View file @
20d02450
...
...
@@ -6,13 +6,11 @@ old_du="$DOCKER_USER"
.
prepare.sh
# build base image (if not present)
if
!
docker inspect
--type
i
ma
g
e
allgo/
base-debian
>
/dev/null
then
(
set
-x
;
docker build
-t
allgo/base-debian base-debian
)
fi
(
set
-x
;
ma
k
e
.stamp.
base-debian
)
# build the binaries (for the 'toolbox' and 'ssh' images
)
(
set
-x
;
make .stamp.build
)
# build executables for the ssh container
(
cd
ssh
&&
make
)
if
[
-n
"
$*
"
]
;
then
TODO
=
"
$*
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment