Skip to content

Commit

Permalink
Fix desk docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
shikharbhardwaj committed Jun 10, 2024
1 parent 74db2db commit bba19fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vim/bundle
5 changes: 2 additions & 3 deletions workspaces/default-workspace/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ USER root

RUN apt-get update && apt-get install -y build-essential libssl-dev zlib1g-dev \
libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev \
libncursesw5-dev xz-utils libffi-dev liblzma-dev python-openssl gdb tree \
libncursesw5-dev xz-utils libffi-dev liblzma-dev python3-openssl gdb tree \
redis-server zsh vim-tiny lld clang pkg-config libssl-dev postgresql pipx

RUN chsh -s $(which zsh) coder

# Install pipx
# Install pipx and ansible
RUN pipx ensurepath
RUN pipx ensurepath --global
RUN pipx install --include-deps ansible

WORKDIR /home/coder
Expand Down

0 comments on commit bba19fc

Please sign in to comment.