fix casing for dockerfile 'as' instruction

This commit is contained in:
Anton Livaja 2025-01-06 09:44:44 -05:00
parent c0b3ac2278
commit b46d8e0b71
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ COPY --from=mtools . /
COPY --from=xz . /
COPY --from=grub . /
FROM base as dev
FROM base AS dev
COPY --from=gcc . /
COPY --from=glib . /
COPY --from=alsa-lib . /