Skip to content

Commit

Permalink
buildscripts: Fix grpc-java-artifacts indentation
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ejona86 committed Dec 7, 2020
1 parent 8e9770d commit e8d2188
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildscripts/grpc-java-artifacts/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
FROM centos:7.9.2009

RUN yum install -y \
glibc-devel \
glibc-devel.i686 \
libstdc++-static \
libstdc++-static.i686 \
autoconf \
automake \
gcc-c++ \
gcc-c++.i686 \
glibc-devel \
glibc-devel.i686 \
java-1.8.0-openjdk-devel \
libstdc++-devel \
libstdc++-devel.i686 \
libstdc++-static \
libstdc++-static.i686 \
libtool \
make \
tar \
Expand Down

0 comments on commit e8d2188

Please sign in to comment.