stx-lat-tool: use last known good lat-sdk

Story: 2008846
Task: 43533

Signed-off-by: Davlet Panech <davlet.panech@windriver.com>
Change-Id: Ieb39b7aa44cbe3305d529729dcb714fa8daf92f0
This commit is contained in:
Davlet Panech 2021-10-05 22:30:46 -04:00
parent 874f70f91f
commit 87e9b123f9
1 changed files with 2 additions and 3 deletions

View File

@ -16,6 +16,8 @@ FROM debian:bullseye
MAINTAINER Chen Qi <Qi.Chen@windriver.com>
ARG LAT_BINARY_RESOURCE_PATH=http://mirror.starlingx.cengn.ca/mirror/lat-sdk/lat-sdk-20210820
# Install necessary packages
RUN apt-get -y update && apt-get --no-install-recommends -y install \
python3 \
@ -31,9 +33,6 @@ RUN apt-get -y update && apt-get --no-install-recommends -y install \
# Prepare executables
COPY stx/toCOPY/lat-tool/lat/ /opt/LAT/lat
# Prepare LAT SDK.
# Current URL is an internal one for development. ${LAT_BINARY_RESOURCE_PATH}
# needs to be replaced by a public one, once the lat sdk binary was open
# sourced, and it's coming...
ADD ${LAT_BINARY_RESOURCE_PATH}/lat-sdk.sh /opt/LAT/AppSDK.sh
RUN chmod +x /opt/LAT/AppSDK.sh
RUN /opt/LAT/AppSDK.sh -d /opt/LAT/SDK -y