1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-07-15 22:15:49 +00:00

Bump up gcc to 7.4.0

This commit is contained in:
niusmallnan 2019-05-15 10:08:31 +08:00
parent 677c22ab44
commit 5535ca83ef

View File

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