Skip to content

Commit

Permalink
init btwiuse/arch:bun
Browse files Browse the repository at this point in the history
  • Loading branch information
navigaid authored and btwiuse committed Jan 14, 2025
1 parent f5ba3d8 commit d79bcf8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
FROM btwiuse/arch

RUN pacman -Syu --noconfirm --overwrite='*' docker neofetch
RUN pacman -Syu --noconfirm --overwrite='*' docker neofetch unzip

RUN curl -sL https://bun.sh/install | bash

RUN cp /root/.bun/bin/bun /usr/local/bin/

0 comments on commit d79bcf8

Please sign in to comment.