public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Commit
acme-tiny with python3
bfbd4c12
data/Dockerfiles/acme/Dockerfile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Diff
diff --git a/data/Dockerfiles/acme/Dockerfile b/data/Dockerfiles/acme/Dockerfile
index a17064fe..c7c8e886 100644
--- a/data/Dockerfiles/acme/Dockerfile
+++ b/data/Dockerfiles/acme/Dockerfile
@@ -12,9 +12,9 @@ RUN apk add --update --no-cache \
redis \
tini \
tzdata \
- py-pip \
- && pip install --upgrade pip \
- && pip install acme-tiny
+ python3 \
+ && python3 -m pip install --upgrade pip \
+ && python3 -m pip install acme-tiny
COPY docker-entrypoint.sh /srv/docker-entrypoint.sh
COPY expand6.sh /srv/expand6.sh