Skip to content

Commit

Permalink
Merge pull request #28 from smartdevicelink/release/2.10.0
Browse files Browse the repository at this point in the history
Update core build instructions
  • Loading branch information
crokita authored May 4, 2022
2 parents 859ee43 + 449684d commit 88543d2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions cores/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,7 @@ RUN git clone https://github.com/smartdevicelink/sdl_core.git /usr/sdl_core -b $

WORKDIR /usr/sdl_core

# Git needs to be configured now...
RUN git config --global user.email "[email protected]"
RUN git config --global user.name "Anonymous"

RUN git submodule init && git submodule update
RUN git submodule init && git submodule update

WORKDIR /usr

Expand All @@ -94,7 +90,8 @@ RUN cmake -DBUILD_AVAHI_SUPPORT=$DBUILD_AVAHI_SUPPORT \
-DEXTENDED_MEDIA_MODE=$DEXTENDED_MEDIA_MODE \
-DENABLE_HMI_PTU_DECRYPTION=$DENABLE_HMI_PTU_DECRYPTION \
../sdl_core \
&& make \
&& make install-3rd_party \
&& make install_python_dependencies \
&& make install \
&& mv bin /usr/tmpbin \
&& rm -rf * \
Expand Down Expand Up @@ -157,6 +154,7 @@ COPY start_server.py /usr/web/python/tools/start_server.py

# Extra imports needed for the python server
RUN apt-get install ffmpeg -y --no-install-recommends
RUN pip3 install --upgrade pip
RUN pip3 install ffmpeg-python pexpect pyopenssl

# Directory to run commands in
Expand Down

0 comments on commit 88543d2

Please sign in to comment.