devops: fix typos
Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
parent
a0b22c8a29
commit
489e0ab54f
|
|
@ -43,8 +43,8 @@ COPY --from=build /opt/llama.cpp/lib /lib/llama.cpp
|
|||
COPY --from=build /usr/lib/s390x-linux-gnu /lib/distro
|
||||
|
||||
|
||||
### Non-Hardened Base Image
|
||||
FROM --platform=linux/s390x debian:${UBUNTU_VERSION}-slim AS base
|
||||
### Non-Hardened Base Target
|
||||
FROM --platform=linux/s390x debian:${DEBIAN_VERSION}-slim AS base
|
||||
|
||||
RUN apt update -y \
|
||||
&& apt install -y libgomp1 curl \
|
||||
|
|
|
|||
Loading…
Reference in New Issue