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 \
|
||||
jq \
|
||||
openssh \
|
||||
openssh-client \
|
||||
sudo \
|
||||
ca-certificates \
|
||||
busybox-extras \
|
||||
net-tools \
|
||||
iputils \
|
||||
python3 \
|
||||
rust \
|
||||
rust-analyzer \
|
||||
procps \
|
||||
cargo \
|
||||
rust-analyzer \
|
||||
make \
|
||||
build-base
|
||||
|
||||
|
@@ -1,5 +1,8 @@
|
||||
FROM git.luke-else.co.uk/luke-else/base:latest
|
||||
|
||||
RUN apk add --no-cache \
|
||||
python3 \
|
||||
py3-pip
|
||||
python3
|
||||
|
||||
RUN pip install --no-cache-dir uv
|
||||
|
||||
CMD [ "uv run" ]
|
@@ -1,3 +1,5 @@
|
||||
FROM git.luke-else.co.uk/luke-else/base:latest
|
||||
|
||||
RUN apk add --no-cache cargo
|
||||
|
||||
CMD [ "cargo run --release" ]
|
Reference in New Issue
Block a user