Skip to content

Commit 079eeb6

Browse files
authored
Merge pull request #34 from legendu-net/dev
Merge dev into main
2 parents 54cf28f + d7d4ea7 commit 079eeb6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ RUN apt-get update -y \
66
&& apt-get install -y --no-install-recommends \
77
python3 python3-pip python3-venv \
88
python3-all-dev python3-setuptools build-essential python3-wheel python3-apt \
9-
&& pip3 install -U pip \
10-
&& pip3 install \
9+
#&& pip3 install -U --break-system-packages pip \
10+
&& pip3 install --break-system-packages \
1111
pytype pylint black[jupyter] isort pytest ipython \
1212
wajig \
1313
&& ln -svf /usr/bin/python3 /usr/bin/python \

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/bash
22

3+
docker pull dclong/base:next
34
docker build -t dclong/python:next .

0 commit comments

Comments
 (0)