This commit is contained in:
parent
8fa52ffce4
commit
bb4a03f37f
5 changed files with 7 additions and 4 deletions
|
@ -4,7 +4,7 @@ RUN ln -s /etc/systemd/user/code-server.service /home/coder/.config/systemd/user
|
|||
USER root
|
||||
RUN sed /^tsflags/d -i /etc/dnf/dnf.conf
|
||||
RUN dnf up -y
|
||||
RUN dnf install -y bash-color-prompt bash-completion cargo hostname man-db man-pages nodejs-npm postgresql-server python-unversioned-command systemd-container vim-enhanced
|
||||
RUN dnf install -y bash-color-prompt bash-completion cargo hostname man-db man-pages nodejs-npm postgresql-server python-unversioned-command rustfmt rust-src systemd-container vim-enhanced
|
||||
RUN authselect select minimal
|
||||
RUN mkdir /etc/systemd/system/user@.service.d
|
||||
RUN mkdir /var/lib/systemd/linger
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
FROM quay.io/fedora/fedora-toolbox
|
||||
RUN dnf up -y
|
||||
RUN dnf install -y bash-color-prompt gcc-gdb-plugin gdb nautilus netcat nodejs-npm python3-pip systemd-container vim-enhanced wine-desktop wine-fonts xdg-desktop-portal-gtk xdg-utils
|
||||
RUN dnf install -y bash-color-prompt gcc-gdb-plugin gdb libglvnd-opengl nautilus netcat nodejs-npm python3-pip systemd-container vim-enhanced wine-desktop wine-fonts xdg-desktop-portal-gtk xdg-utils
|
||||
RUN authselect select minimal
|
||||
RUN systemctl disable systemd-resolved
|
||||
RUN pip install frida-tools
|
||||
|
|
|
@ -4,8 +4,6 @@ color-scheme='prefer-dark'
|
|||
enable-animations=false
|
||||
gtk-enable-primary-paste=false
|
||||
show-battery-percentage=true
|
||||
[org/gnome/desktop/peripherals/touchpad]
|
||||
disable-while-typing=false
|
||||
[org/gnome/desktop/privacy]
|
||||
remember-recent-files=false
|
||||
remove-old-temp-files=true
|
||||
|
|
5
server/etc/systemd/system/certbot.timer
Normal file
5
server/etc/systemd/system/certbot.timer
Normal file
|
@ -0,0 +1,5 @@
|
|||
[Timer]
|
||||
OnCalendar=monthly
|
||||
Unit=certbot.service
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Loading…
Add table
Reference in a new issue