Skip to content

Commit 506c5c7

Browse files
committed
fixup: missing echo in bashrc source
1 parent b9e293f commit 506c5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/ubuntu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ RUN { \
9595
} > /.bashrc \
9696
&& { \
9797
echo '#!/bin/sh' \
98-
&& . /.bashrc \
98+
&& echo '.' /.bashrc \
9999
&& echo 'exec "$@"'; \
100100
} > /entrypoint.sh \
101101
&& chmod a+x /entrypoint.sh \

0 commit comments

Comments
 (0)