fix missing package and order
This commit is contained in:
parent
db1d0cfb25
commit
7654411b85
1 changed files with 3 additions and 2 deletions
|
@ -12,12 +12,11 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip \
|
||||||
|
|
||||||
RUN ansible-galaxy install -r requirements.yaml --roles-path=/ansible/roles
|
RUN ansible-galaxy install -r requirements.yaml --roles-path=/ansible/roles
|
||||||
|
|
||||||
RUN wget --quiet https://git.mgrote.net/mg/dotfiles/raw/branch/master/scripts/setup_minimal.sh && bash ./setup_minimal.sh
|
|
||||||
|
|
||||||
# hadolint ignore=DL3008
|
# hadolint ignore=DL3008
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get -y --no-install-recommends install \
|
&& apt-get -y --no-install-recommends install \
|
||||||
vim \
|
vim \
|
||||||
|
keychain \
|
||||||
tmux \
|
tmux \
|
||||||
htop \
|
htop \
|
||||||
git \
|
git \
|
||||||
|
@ -39,3 +38,5 @@ RUN apt-get update \
|
||||||
jq \
|
jq \
|
||||||
&& rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/* requirements.txt requirements.yaml\
|
&& rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/* requirements.txt requirements.yaml\
|
||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
|
|
||||||
|
RUN wget --quiet https://git.mgrote.net/mg/dotfiles/raw/branch/master/scripts/setup_minimal.sh && bash ./setup_minimal.sh
|
||||||
|
|
Loading…
Reference in a new issue