add deploy devcontainer + upgrade woodpecker version
This commit is contained in:
6
.devcontainer/Dockerfile
Normal file
6
.devcontainer/Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM debian:12
|
||||
|
||||
RUN apt update &&\
|
||||
apt install ca-certificates curl git -y &&\
|
||||
curl -fsSL https://get.docker.com -o get-docker.sh &&\
|
||||
sh get-docker.sh
|
Reference in New Issue
Block a user