diff options
| author | Ryo Nakamura <upa@haeena.net> | 2023-12-10 20:56:38 +0900 |
|---|---|---|
| committer | Ryo Nakamura <upa@haeena.net> | 2023-12-10 20:56:38 +0900 |
| commit | a6501a16bf5edb999f3e423ca48363906ef83e88 (patch) | |
| tree | c4e52c113268b6d3cd96369b4215dd5b4d0c37b7 /docker/alpine-3.17.Dockerfile | |
| parent | abe94897aeecf296490b9eb37e8ef135f98c2437 (diff) | |
dockerfile: do ldconfig after pymscp installation
Diffstat (limited to 'docker/alpine-3.17.Dockerfile')
| -rw-r--r-- | docker/alpine-3.17.Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/alpine-3.17.Dockerfile b/docker/alpine-3.17.Dockerfile index eed4d0d..aca4901 100644 --- a/docker/alpine-3.17.Dockerfile +++ b/docker/alpine-3.17.Dockerfile @@ -37,5 +37,6 @@ RUN cd ${mscpdir} \ # install mscp python module RUN cd ${mscpdir} \ - && python3 pysetup.py install --user + && python3 pysetup.py install --user \ + && ldconfig |
