Skip to content

Commit

Permalink
init btwiuse/arch:vscode-src
Browse files Browse the repository at this point in the history
  • Loading branch information
navigaid committed Jan 15, 2025
1 parent c2cecf1 commit ca12265
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
FROM btwiuse/arch
FROM btwiuse/arch:vscode-base

RUN pacman -Syu --noconfirm --overwrite='*' docker neofetch
RUN git clone https://github.com/btwiuse/vscode /app

WORKDIR /app

RUN npm i

CMD ufo term

0 comments on commit ca12265

Please sign in to comment.