aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2016-07-13 17:00:17 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2016-07-13 17:00:17 +0200
commit5bae8940dbedccd4c081944c13fbb0237b913299 (patch)
tree18a113b90065c65492f135f4d9088c283bf6c17c /tests
parent5de014a1c7358f9e6cde8dc4c1501fecc36adf96 (diff)
Test deb installation
Diffstat (limited to 'tests')
-rw-r--r--tests/dockerfiles/Ubuntu_16_04_debinstall.docker9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/dockerfiles/Ubuntu_16_04_debinstall.docker b/tests/dockerfiles/Ubuntu_16_04_debinstall.docker
new file mode 100644
index 0000000..0ca3321
--- /dev/null
+++ b/tests/dockerfiles/Ubuntu_16_04_debinstall.docker
@@ -0,0 +1,9 @@
+FROM ubuntu:16.04
+MAINTAINER Ash Wilson
+
+RUN add-apt-repository -y ppa:ptrkrysik/gr-gsm
+RUN apt-get update && apt-get install -y \
+ gr-gsm
+
+COPY ./ /src/
+RUN ls /src