]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

install build-essential to compile dependencies and use multi-stage build (#2582)
authorVincent Barbaresi <vincent.barbaresi@datadoghq.com>
Mon, 1 Nov 2021 00:43:34 +0000 (01:43 +0100)
committerGitHub <noreply@github.com>
Mon, 1 Nov 2021 00:43:34 +0000 (17:43 -0700)
commitbd961304b63ad8178610df7242edf180d825e336
tree806a69d9973f45ea70c99e294d81a472d7dcc7b9
parentb21c0c3d28d87bc944a1fdc979b30a0707b0df89
 install build-essential to compile dependencies and use multi-stage build  (#2582)

- Install build-essential to avoid build issues like #2568 when dependencies don't have prebuilt wheels available
- Use multi-stage build instead of trying to purge packages and cache from the image
  Copying `/root/.local/` installs only black's built Python dependencies (< 20 MB).
  So the image is barely larger than python:3-slim base image
CHANGES.md
Dockerfile