fix: Added sudo to dev container installs
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:
@@ -1,3 +1,3 @@
|
||||
FROM git.luke-else.co.uk/luke-else/lab:latest
|
||||
|
||||
RUN apk add --no-cache go
|
||||
RUN sudo apk add --no-cache go
|
@@ -1,5 +1,5 @@
|
||||
FROM git.luke-else.co.uk/luke-else/lab:latest
|
||||
|
||||
RUN apk add --no-cache \
|
||||
RUN sudo apk add --no-cache \
|
||||
nodejs \
|
||||
pnpm
|
@@ -1,6 +1,6 @@
|
||||
FROM git.luke-else.co.uk/luke-else/lab:latest
|
||||
|
||||
RUN apk add --no-cache \
|
||||
RUN sudo apk add --no-cache \
|
||||
python3 \
|
||||
py3-uv
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
FROM git.luke-else.co.uk/luke-else/lab:latest
|
||||
|
||||
RUN apk add --no-cache cargo rust-analyzer
|
||||
RUN sudo apk add --no-cache cargo rust-analyzer
|
||||
|
||||
CMD [ "cargo run --release" ]
|
Reference in New Issue
Block a user