diff options
author | Shawn Toffel <shawn.toffel+github@gmail.com> | 2021-03-31 16:23:07 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-01 00:23:07 +0200 |
commit | 74ee895c9b702ed67173a774cca5b6ebcd253707 (patch) | |
tree | 3fa044ed50381b671188d8efd9f2de33f262d63e /Dockerfile | |
parent | 772b41b4a00611d9245ac8560bc8d3c477ce9166 (diff) | |
download | wee-slack-74ee895c9b702ed67173a774cca5b6ebcd253707.tar.gz |
Update docker alpine image to use python3 package (#831)
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ FROM alpine:latest RUN apk add --no-cache \ ca-certificates \ - python \ + python3 \ py-pip \ weechat \ weechat-perl \ |