Max Harmathy
Max Harmathy
> > Could you have a variant which includes a shell? > > No, taplo is usable without any dependencies and that way image provides only the binary itself. CI...
For anyone having the same problem, here is what I use as way to fix this: ```dockerfile FROM docker.io/tamasfe/taplo:0.10.0 as tablo_binary FROM alpine RUN apk add bash COPY --from=tablo_binary /taplo...
> The only possibility would be to add a new command. Is it something that is still ok from your pov? Yes, absolutely! That would also be just fine!