Skip to content

Commit

Permalink
fix(docker): install zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu committed Jul 19, 2023
1 parent 884df7a commit f45aa72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
{
"name": "shakefu/home",
// Not used while we have a build spec
"image": "mcr.microsoft.com/devcontainers/universal:latest"
// "image": "mcr.microsoft.com/devcontainers/universal:latest"
"image": "shakefu/home:build-5604902851.6.1"

// "build": {
// "dockerfile": "Dockerfile"
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ WORKDIR /root
RUN apt-get update -yqq && \
apt-get install -yqq --no-install-recommends \
curl \
git && \
git \
zsh && \
apt-get clean -yqq && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit f45aa72

Please sign in to comment.