switching to debian
This commit is contained in:
parent
8cdddc33df
commit
e60ac1fb69
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM fedora:30
|
||||
FROM debian:latest
|
||||
|
||||
RUN dnf install -y zsh git neovim tmux stow && dnf clean all
|
||||
RUN apt-get update && apt-get install -y zsh git neovim tmux stow && apt-get clean
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
|
|
Loading…
Reference in a new issue