Fix casing warning for FROM and as in Dockerfile

This commit is contained in:
Erica Marigold 2025-02-06 11:59:33 +05:30
parent f41bfbc458
commit 715c30fc5e
Signed by: DevComp
SSH key fingerprint: SHA256:jD3oMT4WL3WHPJQbrjC3l5feNCnkv7ndW8nYaHX5wFw

View file

@ -1,5 +1,4 @@
# FROM quay.io/skiffos/ubuntu:focal as builder FROM archlinux:base-devel AS builder
FROM archlinux:base-devel as builder
RUN pacman --noconfirm -Syu RUN pacman --noconfirm -Syu
RUN pacman --noconfirm -S shadow wget pkg-config autoconf-archive jq boost boost \ RUN pacman --noconfirm -S shadow wget pkg-config autoconf-archive jq boost boost \