Downgrade to Ubuntu 20.04 on sparc64

...because of glibc version mismatching between Debian and Ubuntu.

Signed-off-by: Yuki Okushi <jtitor@2k36.org>
This commit is contained in:
Yuki Okushi 2022-09-27 19:43:47 +09:00
parent 737c37d723
commit a119fdbf38
No known key found for this signature in database

View file

@ -1,4 +1,5 @@
FROM ubuntu:22.04 # FIXME: Update to 22.04 once Debian image of sparc64 has a newer glibc.
FROM ubuntu:20.04
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
curl ca-certificates \ curl ca-certificates \