aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Toffel <shawn.toffel+github@gmail.com>2021-03-31 16:23:07 -0600
committerGitHub <noreply@github.com>2021-04-01 00:23:07 +0200
commit74ee895c9b702ed67173a774cca5b6ebcd253707 (patch)
tree3fa044ed50381b671188d8efd9f2de33f262d63e
parent772b41b4a00611d9245ac8560bc8d3c477ce9166 (diff)
downloadwee-slack-74ee895c9b702ed67173a774cca5b6ebcd253707.tar.gz
Update docker alpine image to use python3 package (#831)
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index a2fea1d..0c13064 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@ FROM alpine:latest
RUN apk add --no-cache \
ca-certificates \
- python \
+ python3 \
py-pip \
weechat \
weechat-perl \