aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-08-14 15:44:01 +0100
committerGravatar GitHub <[email protected]>2022-08-14 15:44:01 +0100
commitf2f1193ffdf7efa282f09555a3dc1501bfdbc5dd (patch)
treefca120628914e6e3ac099568901d488f265ec566 /Dockerfile
parentMerge #147 - create v1 cgroups as needed (diff)
parentBump all 3rd party deps in deployment file (diff)
Merge pull request #151 from python-discord/bump-deps
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index e6110d6..9816d54 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -75,4 +75,4 @@ FROM venv
# will be installed. Note requirements.pip cannot be used as a constraint file
# because it contains extras, which pip disallows.
RUN --mount=source=.,target=/snekbox_src,rw \
- pip install /snekbox_src[gunicorn,sentry] \
+ pip install /snekbox_src[gunicorn,sentry]