Skip to content

Commit

Permalink
refactor(completion): add bash auto completion
Browse files Browse the repository at this point in the history
  • Loading branch information
tunahanertekin committed Apr 3, 2024
1 parent 43f36a3 commit a7e3d50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .docker/robolaunch/dockerfiles/devspace/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ RUN apt-get update && apt-get install -y \
libgtk-3-0 \
libdbus-glib-1-2 \
netcat \
acl
acl \
bash-completion
RUN curl -fsSL https://raw.githubusercontent.com/cdr/code-server/main/install.sh | sh

ARG SRC_URL="https://download.mozilla.org/?product=firefox-latest&os=linux64&lang=en-US"
Expand Down
3 changes: 2 additions & 1 deletion .docker/robolaunch/dockerfiles/devspace/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ RUN apt-get update && apt-get install -y \
nano \
curl \
netcat \
acl
acl \
bash-completion

RUN set -eux; apt-get update; \
groupadd --gid $USER_GID $USERNAME; \
Expand Down

0 comments on commit a7e3d50

Please sign in to comment.