mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-08 16:28:49 +00:00
reviewing just installation in devcontainer
This commit is contained in:
committed by
fiatjaf_
parent
296e99d2a4
commit
80df21d47f
5
.devcontainer/Dockerfile
Normal file → Executable file
5
.devcontainer/Dockerfile
Normal file → Executable file
@@ -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
|
||||
|
||||
0
.devcontainer/devcontainer.json
Normal file → Executable file
0
.devcontainer/devcontainer.json
Normal file → Executable file
0
.devcontainer/docker-compose.yml
Normal file → Executable file
0
.devcontainer/docker-compose.yml
Normal file → Executable file
Reference in New Issue
Block a user