Skip to content

Commit

Permalink
install zsh in devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgerstmayr committed Feb 23, 2024
1 parent 687b979 commit a67e35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ubuntu:23.10
RUN apt-get update && apt-get install -y python3-setuptools pipenv npm
RUN apt-get update && apt-get install -y zsh python3-setuptools pipenv npm

# chromium dependencies
RUN apt-get install -y fonts-noto-color-emoji libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libxkbcommon0 libxdamage1 libpango-1.0-0 libcairo2 libasound2
Expand Down

0 comments on commit a67e35d

Please sign in to comment.