debug: dont install python and ansible packages
This commit is contained in:
parent
d5ea60a9ef
commit
fa8c30650f
1 changed files with 0 additions and 10 deletions
10
Dockerfile
10
Dockerfile
|
@ -45,16 +45,6 @@ USER ansible-dev
|
||||||
|
|
||||||
WORKDIR /home/ansible-dev/
|
WORKDIR /home/ansible-dev/
|
||||||
|
|
||||||
COPY --chown=ansible-dev:ansible-dev requirements.txt .
|
|
||||||
# hadolint ignore=DL3013
|
|
||||||
RUN python3 -m pip install --no-cache-dir --upgrade pip \
|
|
||||||
&& python3 -m pip install --no-cache-dir -r requirements.txt \
|
|
||||||
&& rm -rf requirements.txt
|
|
||||||
|
|
||||||
COPY --chown=ansible-dev:ansible-dev requirements.yaml .
|
|
||||||
RUN ansible-galaxy install -r requirements.yaml \
|
|
||||||
&& rm -rf requirements.yaml
|
|
||||||
|
|
||||||
# dotfiles, see: https://git.mgrote.net/mg/dotfiles/raw/branch/master/scripts/setup_minimal.sh
|
# dotfiles, see: https://git.mgrote.net/mg/dotfiles/raw/branch/master/scripts/setup_minimal.sh
|
||||||
# hadolint ignore=DL3001
|
# hadolint ignore=DL3001
|
||||||
RUN git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim \
|
RUN git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim \
|
||||||
|
|
Loading…
Add table
Reference in a new issue