add dotfiles
This commit is contained in:
parent
73c15af7b4
commit
eb463c487b
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip \
|
|||
|
||||
RUN ansible-galaxy install -r requirements.yaml --roles-path=/ansible/roles
|
||||
|
||||
RUN wget https://git.mgrote.net/mg/dotfiles/raw/branch/master/scripts/setup_minimal.sh && bash ./setup_minimal.sh
|
||||
|
||||
# hadolint ignore=DL3008
|
||||
RUN apt-get update \
|
||||
&& apt-get -y --no-install-recommends install \
|
||||
|
|
Loading…
Reference in a new issue