We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0711f7b commit 63c47ebCopy full SHA for 63c47eb
native-platform/Dockerfile
@@ -72,7 +72,7 @@ RUN cd /opt && git clone https://github.com/xmidt-org/trower-base64.git && \
72
RUN rm -rf /opt/trower-base64
73
74
#Install RDK cert selector libraries
75
-RUN cd /opt && git clone -b feature/RDK-60640 https://github.com/rdkcentral/rdk-cert-config.git && \
+RUN cd /opt && git clone https://github.com/rdkcentral/rdk-cert-config.git && \
76
cd rdk-cert-config && autoreconf --install && ./configure --prefix=/usr/local --enable-testrdkcerts && \
77
make && make install && \
78
cp RdkConfigApi/src/librdkconfig.a /usr/local/lib/librdkconfig.a && \
0 commit comments