Updated to use opensuse instead of arch
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM quay.io/archlinux/archlinux
|
||||
FROM opensuse/tumbleweed
|
||||
|
||||
RUN pacman -Sy --noconfirm openssh git vim go zsh curl tmux base-devel
|
||||
RUN zypper in openssh git neovim zsh curl tmux
|
||||
RUN /usr/bin/ssh-keygen -A
|
||||
RUN /usr/bin/sed -i 's/bash/zsh/' /etc/passwd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user