chore: update keyword casings
This commit is contained in:
parent
7ceb06323e
commit
19a4ef5cee
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
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
|
# These usually are not packaged in OS repositories and need to be installed from source
|
||||||
|
|
|
||||||
|
|
@ -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
|
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
|
# These usually are not packaged in OS repositories and need to be installed from source
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue