switching to debian

This commit is contained in:
Andrew Davidson 2020-01-17 14:16:14 -05:00
parent 8cdddc33df
commit e60ac1fb69
Signed by: amd
GPG key ID: 17AF8F2A49CF25C6

View file

@ -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