Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
izumin5210 committed Mar 19, 2024
1 parent 99157ce commit a6e306b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ RUN apt-get update \
COPY . .

RUN apt-get update \
&& ./bin/setup-codespace \
&& sudo ./bin/setup-codespace \
&& ./bin/deploy-config-files \
&& rm -rf /var/lib/apt/lists/*
2 changes: 0 additions & 2 deletions bin/setup-codespace
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ apt install -y \
fzf \
ripgrep \
tig

./bin/deploy-config-files
1 change: 1 addition & 0 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ fi

if [ "${CODESPACES:-"false"}" = "true" ]; then
sudo ./bin/setup-codespace
./bin/deploy-config-files
else
echo "TODO: not yet implemented"
exit 1
Expand Down

0 comments on commit a6e306b

Please sign in to comment.