summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2023-12-10 21:17:31 +0900
committerRyo Nakamura <upa@haeena.net>2023-12-10 21:17:31 +0900
commiteb5a9e30352f7b3aec6dcfced736192b6d12cdae (patch)
treeb889aee2ce76408e3bd4f11630f88a389ae8069d
parenta6501a16bf5edb999f3e423ca48363906ef83e88 (diff)
dockerfile: do not run ldconfig in alpine
-rw-r--r--docker/alpine-3.17.Dockerfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/docker/alpine-3.17.Dockerfile b/docker/alpine-3.17.Dockerfile
index aca4901..9fce2bd 100644
--- a/docker/alpine-3.17.Dockerfile
+++ b/docker/alpine-3.17.Dockerfile
@@ -37,6 +37,4 @@ RUN cd ${mscpdir} \
# install mscp python module
RUN cd ${mscpdir} \
- && python3 pysetup.py install --user \
- && ldconfig
-
+ && python3 pysetup.py install --user