File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ GIT_RELEASE_TAG=syslog-ng-$(VERSION)
56
56
CONFIGURE_OPTS =--enable-debug --enable-manpages --with-python=3 --prefix=/install $(CONFIGURE_ADD )
57
57
DBLD_RULES =$(MAKE ) --no-print-directory -f $(DBLD_DIR ) /rules
58
58
59
- DOCKER_SHELL =$(DOCKER ) run $(DOCKER_RUN_ARGS ) --rm -ti ${CONTAINER_REGISTRY}/dbld-$* /dbld/shell
59
+ DOCKER_SHELL =$(DOCKER ) run $(DOCKER_RUN_ARGS ) --rm -ti ${CONTAINER_REGISTRY}/dbld-$* /dbld/shell $( if $( SHELL_COMMAND ) ," $( SHELL_COMMAND ) ",bash)
60
60
61
61
-include $(if $(RULES_CONF ) ,$(RULES_CONF ) ,$(DBLD_DIR ) /rules.conf)
62
62
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ if [ "$IMAGE_PLATFORM" != "devshell" ]; then
14
14
echo -e " NOTE: the 'devshell' dbld image is more developer friendly, you might want to use that"
15
15
fi
16
16
cd /source
17
- debian_chroot=" dbld" HOME=/build exec bash
17
+ debian_chroot=" dbld" HOME=/build exec bash -c " $* "
You can’t perform that action at this time.
0 commit comments