feat: manage versions with asdf

This commit is contained in:
2021-06-22 13:05:12 +02:00
parent c7f0923ced
commit 221d8465c9
15 changed files with 124 additions and 95 deletions

View File

@ -1,6 +1,6 @@
FROM debian:latest
ADD . ~/.dotfiles
ADD . /root/.dotfiles
RUN apt-get update && apt-get upgrade -y
RUN apt-get install curl git zsh -y