We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e93d0db commit c8d15f5Copy full SHA for c8d15f5
frc-read-the-docs/Dockerfile
@@ -1,7 +1,6 @@
1
FROM python:3.6.9-stretch
2
3
-RUN apt-get update && apt-get install -y build-essential redis-server \
4
- python3.7 python3.7-dev python3.7-pip
+RUN apt-get update && apt-get install -y build-essential redis-server
5
6
ENV DOCKER_ENABLE True
7
0 commit comments