Fix casing warning for FROM
and as
in Dockerfile
This commit is contained in:
parent
f41bfbc458
commit
715c30fc5e
1 changed files with 1 additions and 2 deletions
3
vendor/docker-nixos/Dockerfile
vendored
3
vendor/docker-nixos/Dockerfile
vendored
|
@ -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 -S shadow wget pkg-config autoconf-archive jq boost boost \
|
||||
|
|
Loading…
Add table
Reference in a new issue