1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-09-01 04:46:52 +00:00

Use the official gcc image

This commit is contained in:
niusmallnan
2018-01-27 14:41:22 +08:00
parent 20580b7bc0
commit 042e99a856

View File

@@ -1,5 +1,5 @@
FROM niusmallnan/gcc:7.3.0 FROM gcc:7.3.0
# FROM arm64=arm64v8/gcc:7.2 # FROM arm64=arm64v8/gcc:7.3.0
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y ccache vim gnupg2 locales bc kmod && apt-get install -y ccache vim gnupg2 locales bc kmod