Added clean-up to the dev docker and restored dependencies.

This commit is contained in:
Salvador E. Tropea 2021-10-05 09:58:03 -03:00
parent 65cb6d62cf
commit d06c6526b9
2 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
# needs: test
needs: test
steps:
- name: Check out the repo

View File

@ -15,6 +15,7 @@ RUN sed -i -e's/ main/ main contrib non-free/g' /etc/apt/sources.list && \
curl https://codeload.github.com/INTI-CMNB/KiBot/zip/refs/heads/master --output pp.zip && \
unzip pp.zip && \
cd KiBot-master ; pip3 install . ; cd .. && \
rm -rf KiBot-master pp.zip && \
apt-get -y remove curl wget python3-pip unzip && \
apt-get -y autoremove && \
rm /*.deb && \