add debian 12
This commit is contained in:
parent
348eddd3da
commit
4860335cae
12
runon.conf
12
runon.conf
@ -82,6 +82,18 @@ dockerfile =
|
|||||||
pkginstall = RUN apt-get -y install {}
|
pkginstall = RUN apt-get -y install {}
|
||||||
packages = xterm x11-apps vim-gtk3 git build-essential python3 bash-completion
|
packages = xterm x11-apps vim-gtk3 git build-essential python3 bash-completion
|
||||||
|
|
||||||
|
[debian12]
|
||||||
|
dockerfile =
|
||||||
|
FROM debian:12
|
||||||
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
RUN apt-get update
|
||||||
|
RUN apt-get -y install apt-utils
|
||||||
|
RUN apt-get -y install sudo
|
||||||
|
RUN echo "Defaults lecture = never" >> /etc/sudoers
|
||||||
|
RUN echo "ALL ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
|
||||||
|
pkginstall = RUN apt-get -y install {}
|
||||||
|
packages = xterm x11-apps vim-gtk3 git build-essential python3 bash-completion
|
||||||
|
|
||||||
[ubuntu20.04]
|
[ubuntu20.04]
|
||||||
dockerfile =
|
dockerfile =
|
||||||
FROM ubuntu:20.04
|
FROM ubuntu:20.04
|
||||||
|
Loading…
Reference in New Issue
Block a user