add bash completion to os for survey and pm commands
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
FROM lscr.io/linuxserver/webtop:latest
|
||||
|
||||
RUN apk add --no-cache gcompat libc6-compat
|
||||
RUN apk add --no-cache exo gcompat libc6-compat bash bash-completion alacritty
|
||||
|
||||
COPY pm /usr/local/bin/pm
|
||||
COPY pm_bash.sh /etc/bash_completion.d/pm
|
||||
COPY survey_bash.sh /etc/bash_completion.d/survey
|
||||
RUN chmod +x /usr/local/bin/pm
|
||||
|
||||
COPY survey /usr/local/bin/survey
|
||||
RUN chmod +x /usr/local/bin/survey
|
||||
|
||||
Reference in New Issue
Block a user