Skip to content

Commit 8f7be85

Browse files
committed
fix centos dockerfiles
1 parent 3c089ea commit 8f7be85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ci/docker/host-x86_64/dist-i686-linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# CentOS 7 has headers for kernel 3.10, but that's fine as long as we don't
33
# actually use newer APIs in rustc or std without a fallback. It's more
44
# important that we match glibc for ELF symbol versioning.
5-
public.ecr.aws/docker/library/centos:7
5+
FROM public.ecr.aws/docker/library/centos:7
66

77
WORKDIR /build
88

src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# CentOS 7 has headers for kernel 3.10, but that's fine as long as we don't
33
# actually use newer APIs in rustc or std without a fallback. It's more
44
# important that we match glibc for ELF symbol versioning.
5-
public.ecr.aws/docker/library/centos:7
5+
FROM public.ecr.aws/docker/library/centos:7
66

77
WORKDIR /build
88

0 commit comments

Comments
 (0)