diff options
| author | 2022-08-14 11:54:16 +0100 | |
|---|---|---|
| committer | 2022-08-14 11:54:16 +0100 | |
| commit | 8f39129a8a76e8a9ab3d0eda2c436bedd747c468 (patch) | |
| tree | 7a4991ada047335d1a1201fa7e973c0cd740ecaa | |
| parent | Merge #147 - create v1 cgroups as needed (diff) | |
Remove unneeded backslash in Dockerfile
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |