chore: Updating containers to enable dev
Some checks failed
Build and Push Dev Containers / build (push) Has been cancelled
Some checks failed
Build and Push Dev Containers / build (push) Has been cancelled
This commit is contained in:
@@ -6,15 +6,16 @@ RUN apk add --no-cache \
|
|||||||
git \
|
git \
|
||||||
jq \
|
jq \
|
||||||
openssh \
|
openssh \
|
||||||
|
openssh-client \
|
||||||
sudo \
|
sudo \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
busybox-extras \
|
busybox-extras \
|
||||||
net-tools \
|
net-tools \
|
||||||
iputils \
|
iputils \
|
||||||
python3 \
|
python3 \
|
||||||
rust \
|
procps \
|
||||||
rust-analyzer \
|
|
||||||
cargo \
|
cargo \
|
||||||
|
rust-analyzer \
|
||||||
make \
|
make \
|
||||||
build-base
|
build-base
|
||||||
|
|
||||||
@@ -30,4 +31,4 @@ WORKDIR /home/dev
|
|||||||
|
|
||||||
RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v1.2.1/zsh-in-docker.sh)"
|
RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v1.2.1/zsh-in-docker.sh)"
|
||||||
|
|
||||||
CMD [ "/bin/zsh" ]
|
CMD [ "/bin/zsh" ]
|
@@ -2,4 +2,4 @@ FROM git.luke-else.co.uk/luke-else/base:latest
|
|||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
nodejs \
|
nodejs \
|
||||||
pnpm
|
pnpm
|
@@ -1,5 +1,8 @@
|
|||||||
FROM git.luke-else.co.uk/luke-else/base:latest
|
FROM git.luke-else.co.uk/luke-else/base:latest
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
python3 \
|
python3
|
||||||
py3-pip
|
|
||||||
|
RUN pip install --no-cache-dir uv
|
||||||
|
|
||||||
|
CMD [ "uv run" ]
|
@@ -1,3 +1,5 @@
|
|||||||
FROM git.luke-else.co.uk/luke-else/base:latest
|
FROM git.luke-else.co.uk/luke-else/base:latest
|
||||||
|
|
||||||
RUN apk add --no-cache cargo
|
RUN apk add --no-cache cargo
|
||||||
|
|
||||||
|
CMD [ "cargo run --release" ]
|
Reference in New Issue
Block a user