calcom / docker

The Docker configuration for Cal.com is an effort powered by people within the community. Cal.com, Inc. does not provide official support for Docker, but we will accept fixes and documentation. Use at your own risk.
MIT License
646 stars 338 forks source link

Fix hadolint issues #257

Closed jokay closed 1 year ago

jokay commented 1 year ago

Fixes the hadolint issue DL3059.

/github/workspace/Dockerfile:35 DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
krumware commented 1 year ago

The splitting of the run commands here is intentional for monitoring of the build, and may be further split into build stages to accommodate multi-arch compilation