input-output-hk / devx

The Developer Experience Shell - This repo contains a nix develop shell for haskell. Its primary purpose is to help get a development shell for haskell quickly and across multiple operating systems (and architectures).
Apache License 2.0
37 stars 9 forks source link

Fix Codespace image generation (always empty Dockerfile `ARG`…) #87

Closed yvan-sraka closed 11 months ago

yvan-sraka commented 11 months ago

This is apparently the default behavior chosen by Docker when ARG are defined before FROM … and indeed Docker don't bother you with any warning :)