Skip to content

Commit 9668e36

Browse files
authored
Update the Dockerfiles to use a base image supported by Fuchsia infra. (#156)
The current base image, Ubuntu 22.04LTS has a much newer kernel and glibc. Fuchsia infra builders is running into issues to support it. This patch changes the base image to debian bullseye which aligns with what infra builders use.
1 parent 3ba3ebf commit 9668e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.04
1+
FROM debian:bullseye
22
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
33
python-is-python3 \
44
python3 \

0 commit comments

Comments
 (0)