chore: update keyword casings

This commit is contained in:
Patrick Schratz 2024-12-13 17:07:55 +01:00
commit 19a4ef5cee
Signed by: pat-s
GPG key ID: 3C6318841EF78925
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM ubuntu:jammy as jags
FROM ubuntu:jammy AS jags
RUN apt update && apt install -y --no-install-recommends curl make ca-certificates gcc g++ gfortran liblapack-dev
# These usually are not packaged in OS repositories and need to be installed from source

View file

@ -1,4 +1,4 @@
FROM ubuntu:noble as jags
FROM ubuntu:noble AS jags
RUN apt update && apt install -y --no-install-recommends curl make ca-certificates gcc g++ gfortran liblapack-dev
# These usually are not packaged in OS repositories and need to be installed from source