Skip to content

Commit 63c47eb

Browse files
authored
Update Dockerfile
1 parent 0711f7b commit 63c47eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native-platform/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ RUN cd /opt && git clone https://github.com/xmidt-org/trower-base64.git && \
7272
RUN rm -rf /opt/trower-base64
7373

7474
#Install RDK cert selector libraries
75-
RUN cd /opt && git clone -b feature/RDK-60640 https://github.com/rdkcentral/rdk-cert-config.git && \
75+
RUN cd /opt && git clone https://github.com/rdkcentral/rdk-cert-config.git && \
7676
cd rdk-cert-config && autoreconf --install && ./configure --prefix=/usr/local --enable-testrdkcerts && \
7777
make && make install && \
7878
cp RdkConfigApi/src/librdkconfig.a /usr/local/lib/librdkconfig.a && \

0 commit comments

Comments
 (0)