summaryrefslogtreecommitdiff
path: root/docker/ubuntu-22.04.Dockerfile
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2023-12-10 17:04:55 +0900
committerRyo Nakamura <upa@haeena.net>2023-12-10 17:04:55 +0900
commit260e39471d3d4384857e7598db4c1d481181a6eb (patch)
tree35c2d76e7f90bf76a838eacecf58ccc1961b59a2 /docker/ubuntu-22.04.Dockerfile
parent2b71c4bf8c8c072661dbe0c1a0e7bfe1539cb439 (diff)
rename setup.py to pysetup.py
to prevent dh_auto_build from automatically detecting setup.py.
Diffstat (limited to 'docker/ubuntu-22.04.Dockerfile')
-rw-r--r--docker/ubuntu-22.04.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/ubuntu-22.04.Dockerfile b/docker/ubuntu-22.04.Dockerfile
index 673d880..1c24841 100644
--- a/docker/ubuntu-22.04.Dockerfile
+++ b/docker/ubuntu-22.04.Dockerfile
@@ -35,5 +35,5 @@ RUN cd ${mscpdir} \
# install mscp python module
RUN cd ${mscpdir} \
- && python3 setup.py install --user
+ && python3 pysetup.py install --user