Skip to content

Commit

Permalink
explicitely add bash
Browse files Browse the repository at this point in the history
  • Loading branch information
MentalFS committed Jan 6, 2025
1 parent 067e7ae commit 61101c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:stable-20241223-slim AS install
RUN set -eux; \
export DEBIAN_FRONTEND=noninteractive; \
apt update; \
for P in ca-certificates curl gnupg python3 libgl1 ocl-icd-libopencl1 libquadmath0 boinctui vim-tiny; do \
for P in ca-certificates curl gnupg python3 libgl1 ocl-icd-libopencl1 libquadmath0 bash bash-completion boinctui vim-tiny; do \
apt -y install --no-install-recommends "${P}" || echo "ERROR: Could not install ${P}"; \
done; \
update-alternatives --install /usr/bin/vim vim /usr/bin/vim.tiny 0 || echo WARNING; \
Expand Down
4 changes: 2 additions & 2 deletions start
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ if [ "`whoami`" = "boinc" ]; then
# This appears on the Docker Desktop Exec tab
clear
boinctui
bash -l && exit || echo -n "\n[$0] `whoami`@`hostname`"
echo
bash -l
exit
fi
fi

Expand Down

0 comments on commit 61101c7

Please sign in to comment.