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
|
name: Push Docker image to Docker Hub
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# needs: test
|
needs: test
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repo
|
- 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 && \
|
curl https://codeload.github.com/INTI-CMNB/KiBot/zip/refs/heads/master --output pp.zip && \
|
||||||
unzip pp.zip && \
|
unzip pp.zip && \
|
||||||
cd KiBot-master ; pip3 install . ; cd .. && \
|
cd KiBot-master ; pip3 install . ; cd .. && \
|
||||||
|
rm -rf KiBot-master pp.zip && \
|
||||||
apt-get -y remove curl wget python3-pip unzip && \
|
apt-get -y remove curl wget python3-pip unzip && \
|
||||||
apt-get -y autoremove && \
|
apt-get -y autoremove && \
|
||||||
rm /*.deb && \
|
rm /*.deb && \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue