Skip to content

dockerfile-fix-for-docker-build-on-win11#446

Open
piro4you wants to merge 1 commit intoSyllo:masterfrom
piro4you:dockerfile-fix-for-docker-build-on-win11
Open

dockerfile-fix-for-docker-build-on-win11#446
piro4you wants to merge 1 commit intoSyllo:masterfrom
piro4you:dockerfile-fix-for-docker-build-on-win11

Conversation

@piro4you
Copy link
Copy Markdown

@piro4you piro4you commented Mar 2, 2026

dockerfile-fix-for-docker-build-on-win11

fixing Dockerfile for running on windows as building the container atm returns error:

 1 warning found:
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 9)
The 'as' keyword should match the case of the 'from' keyword
More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
Dockerfile:9
--------------------
   7 |     ARG IMAGE=nvidia/opengl:1.2-glvnd-runtime-ubuntu20.04
   8 |
   9 | >>> FROM ${IMAGE} as builder
  10 |
  11 |     ENV DEBIAN_FRONTEND=noninteractive
--------------------

@piro4you
Copy link
Copy Markdown
Author

piro4you commented Mar 2, 2026

i will be honest - did not test the behavior on linux so plz test it and sorry for the low effort PR

thank u for the app and maintenance

@piro4you piro4you marked this pull request as ready for review March 2, 2026 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant