mirror of https://github.com/grpc/grpc-java.git
buildscripts: Fix grpc-java-artifacts indentation
Re-sort packages, now that the tabs aren't skewing the sorting. I'm quite confident I had fixed this already, but I had multiple copies of this file on multiple machines and must have fixed the wrong copy.
This commit is contained in:
parent
af29777686
commit
ee9286a0f2
|
@ -1,17 +1,17 @@
|
||||||
FROM centos:7.9.2009
|
FROM centos:7.9.2009
|
||||||
|
|
||||||
RUN yum install -y \
|
RUN yum install -y \
|
||||||
glibc-devel \
|
|
||||||
glibc-devel.i686 \
|
|
||||||
libstdc++-static \
|
|
||||||
libstdc++-static.i686 \
|
|
||||||
autoconf \
|
autoconf \
|
||||||
automake \
|
automake \
|
||||||
gcc-c++ \
|
gcc-c++ \
|
||||||
gcc-c++.i686 \
|
gcc-c++.i686 \
|
||||||
|
glibc-devel \
|
||||||
|
glibc-devel.i686 \
|
||||||
java-1.8.0-openjdk-devel \
|
java-1.8.0-openjdk-devel \
|
||||||
libstdc++-devel \
|
libstdc++-devel \
|
||||||
libstdc++-devel.i686 \
|
libstdc++-devel.i686 \
|
||||||
|
libstdc++-static \
|
||||||
|
libstdc++-static.i686 \
|
||||||
libtool \
|
libtool \
|
||||||
make \
|
make \
|
||||||
tar \
|
tar \
|
||||||
|
|
Loading…
Reference in New Issue