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.
2 parents 54cf28f + d7d4ea7 commit 079eeb6Copy full SHA for 079eeb6
Dockerfile
@@ -6,8 +6,8 @@ RUN apt-get update -y \
6
&& apt-get install -y --no-install-recommends \
7
python3 python3-pip python3-venv \
8
python3-all-dev python3-setuptools build-essential python3-wheel python3-apt \
9
- && pip3 install -U pip \
10
- && pip3 install \
+ #&& pip3 install -U --break-system-packages pip \
+ && pip3 install --break-system-packages \
11
pytype pylint black[jupyter] isort pytest ipython \
12
wajig \
13
&& ln -svf /usr/bin/python3 /usr/bin/python \
build.sh
@@ -1,3 +1,4 @@
1
#!/bin/bash
2
3
+docker pull dclong/base:next
4
docker build -t dclong/python:next .
0 commit comments