Skip to content

Instantly share code, notes, and snippets.

View fcnjd's full-sized avatar

Julian Dreykorn fcnjd

  • Germany
View GitHub Profile
@usr-ein
usr-ein / Dockerfile
Last active May 2, 2024 10:55
Optimal multistaged Dockerfile for poetry
# syntax=docker/dockerfile:1
# Keep this syntax directive! It's used to enable Docker BuildKit
# Based on https://github.com/python-poetry/poetry/discussions/1879?sort=top#discussioncomment-216865
# but I try to keep it updated (see history)
################################
# PYTHON-BASE
# Sets up all our shared environment variables
################################