Skip to content

Commit

Permalink
Merge branch 'adb-6.x-dev' into 6.26.0-sync2dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Stolb27 authored Dec 6, 2023
2 parents 0941fac + 6f87a84 commit 9d4ae43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arenadata/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ RUN yum -y install centos-release-scl && \
echo -e 'source /opt/rh/devtoolset-7/enable' >> /opt/gcc_env.sh && \
echo -e '#!/bin/sh' >> /etc/profile.d/jdk_home.sh && \
echo -e 'export JAVA_HOME=/etc/alternatives/java_sdk' >> /etc/profile.d/jdk_home.sh && \
echo -e 'export PATH=$JAVA_HOME/bin:$PATH' >> /etc/profile.d/jdk_home.sh
echo -e 'export PATH=$JAVA_HOME/bin:$PATH' >> /etc/profile.d/jdk_home.sh && \
echo -e 'precedence ::ffff:0:0/96 100' >> /etc/gai.conf

RUN rpm -i $sigar && rpm -i $sigar_headers

Expand Down

0 comments on commit 9d4ae43

Please sign in to comment.