Skip to content

Commit

Permalink
Don't install debian OS python3 packages - waste of time
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperlees committed Sep 3, 2021
1 parent e6abf67 commit c04f321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:slim

RUN echo 'UTC' > /etc/localtime && apt update && apt install -y curl python3-pip
RUN echo 'UTC' > /etc/localtime && apt update && apt install -y curl
RUN curl -s https://install.speedtest.net/app/cli/install.deb.sh | bash
RUN apt-get install speedtest
RUN mkdir /speedtest_wrapper
Expand Down

0 comments on commit c04f321

Please sign in to comment.