Skip to content

Commit

Permalink
Merge pull request #145 from ptr727/unittests
Browse files Browse the repository at this point in the history
Add `file` dependency
  • Loading branch information
ptr727 authored Apr 11, 2024
2 parents ef4a1a1 + 34d64cb commit 295cf76
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions Docker/DWSpectrum-LSIO.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ RUN usermod -l ${COMPANY_NAME} abc \
# Install the mediaserver and dependencies
RUN apt-get update \
&& apt-get install --no-install-recommends --yes \
file \
gdb \
./vms_server.deb \
# Cleanup
Expand Down
1 change: 1 addition & 0 deletions Docker/DWSpectrum.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ RUN chmod +x download.sh \
# Install the mediaserver and dependencies
RUN apt-get update \
&& apt-get install --no-install-recommends --yes \
file \
gdb \
sudo \
./vms_server.deb \
Expand Down
1 change: 1 addition & 0 deletions Docker/NxMeta-LSIO.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ RUN usermod -l ${COMPANY_NAME} abc \
# Install the mediaserver and dependencies
RUN apt-get update \
&& apt-get install --no-install-recommends --yes \
file \
gdb \
./vms_server.deb \
# Cleanup
Expand Down
1 change: 1 addition & 0 deletions Docker/NxMeta.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ RUN chmod +x download.sh \
# Install the mediaserver and dependencies
RUN apt-get update \
&& apt-get install --no-install-recommends --yes \
file \
gdb \
sudo \
./vms_server.deb \
Expand Down
1 change: 1 addition & 0 deletions Docker/NxWitness-LSIO.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ RUN usermod -l ${COMPANY_NAME} abc \
# Install the mediaserver and dependencies
RUN apt-get update \
&& apt-get install --no-install-recommends --yes \
file \
gdb \
./vms_server.deb \
# Cleanup
Expand Down
1 change: 1 addition & 0 deletions Docker/NxWitness.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ RUN chmod +x download.sh \
# Install the mediaserver and dependencies
RUN apt-get update \
&& apt-get install --no-install-recommends --yes \
file \
gdb \
sudo \
./vms_server.deb \
Expand Down
6 changes: 3 additions & 3 deletions Make/Build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ set -e
# docker run -it --rm lsiobase/ubuntu:jammy /bin/bash
# export DEBIAN_FRONTEND=noninteractive
# apt-get update && apt-get upgrade --yes
# apt-get install --no-install-recommends --yes ca-certificates mc nano unzip wget strace gdb
# wget --output-document=./vms_server.zip https://updates.networkoptix.com/metavms/37996/metavms-server_update-5.1.2.37996-linux_x64.zip
# apt-get install --no-install-recommends --yes ca-certificates unzip wget mc nano strace gdb
# wget --output-document=./vms_server.zip https://updates.networkoptix.com/metavms/38488/metavms-server_update-6.0.0.38488-linux_x64-beta.zip
# unzip -d ./download_zip ./vms_server.zip
# cp ./download_zip/metavms-server-5.1.2.37996-linux_x64.deb ./vms_server.deb
# cp ./download_zip/metavms-server-6.0.0.38488-linux_x64-beta.deb ./vms_server.deb
# Install:
# apt-get install --no-install-recommends --yes ./vms_server.deb
# Extract DEB package:
Expand Down
1 change: 1 addition & 0 deletions Make/body-entrypoint.docker
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Install the mediaserver and dependencies
RUN apt-get update \
&& apt-get install --no-install-recommends --yes \
file \
gdb \
sudo \
./vms_server.deb \
Expand Down
1 change: 1 addition & 0 deletions Make/body-lsio.docker
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN usermod -l ${COMPANY_NAME} abc \
# Install the mediaserver and dependencies
RUN apt-get update \
&& apt-get install --no-install-recommends --yes \
file \
gdb \
./vms_server.deb \
# Cleanup
Expand Down

0 comments on commit 295cf76

Please sign in to comment.