-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* multios-build changes * Update configure.in * Update .travis.yml * Update disctribution docker file * Update README.md
- Loading branch information
Showing
6 changed files
with
51 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ MAINTAINER Kinshuk B ([email protected]) | |
ENV DEBIAN_FRONTEND=noninteractive | ||
|
||
RUN apt-get update && apt-get install -y build-essential libtool automake git tree rpm libboost-dev ` | ||
libpcap-dev libsndfile1-dev libapr1-dev libspeex-dev liblog4cxx10-dev libace-dev ` | ||
libopus-dev libxerces-c3.1 libxerces-c3-dev libssl-dev cmake` | ||
libpcap-dev libsndfile1-dev libapr1-dev libspeex-dev liblog4cxx-dev libace-dev ` | ||
libopus-dev libxerces-c3-dev libssl-dev cmake` | ||
&& rm -rf /var/lib/apt/lists/* | ||
|
||
#silk | ||
|
@@ -71,9 +71,10 @@ RUN --mount=type=bind,source=/,target=/artifacts,from=builder ` | |
&& mkdir -p /usr/lib/orkaudio/plugins/ ` | ||
&& cp /artifacts/opt/oreka/orkaudio/plugins/*.so /usr/lib/orkaudio/plugins/ | ||
|
||
RUN mkdir /etc/orkaudio && chmod 777 /etc/orkaudio | ||
|
||
ADD https://raw.githubusercontent.com/voiceip/oreka/master/orkaudio/logging-linux-template.properties /etc/orkaudio/logging.properties | ||
COPY config.xml /etc/orkaudio/config.xml | ||
COPY config.xml /etc/orkaudio/config_default.xml | ||
COPY entrypoint.sh /opt/entrypoint.sh | ||
|
||
ENV SHELL /bin/bash | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters