Skip to content

Commit

Permalink
reviewing just installation in devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioconselheiro authored and fiatjaf committed May 25, 2024
1 parent 296e99d commit 80df21d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/Dockerfile
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ RUN npm install typescript -g

# Install bun
RUN curl -fsSL https://bun.sh/install | bash
RUN source /root/.bashrc

# Install just
RUN cd /usr/bin
WORKDIR /usr/bin
RUN wget https://github.com/casey/just/releases/download/1.26.0/just-1.26.0-x86_64-unknown-linux-musl.tar.gz
RUN tar -xzf just-1.26.0-x86_64-unknown-linux-musl.tar.gz
RUN chmod +x ./just
RUN rm just-1.26.0-x86_64-unknown-linux-musl.tar.gz
RUN chmod +x /usr/bin/just

WORKDIR /nostr-tools
ENV LANG C.UTF-8
Expand Down
Empty file modified .devcontainer/devcontainer.json
100644 → 100755
Empty file.
Empty file modified .devcontainer/docker-compose.yml
100644 → 100755
Empty file.

0 comments on commit 80df21d

Please sign in to comment.