Added clean-up to the dev docker and restored dependencies.
This commit is contained in:
parent
65cb6d62cf
commit
d06c6526b9
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Reference in New Issue