aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAsh Wilson <ash.d.wilson@gmail.com>2016-03-06 09:31:10 -0800
committerAsh Wilson <ash.d.wilson@gmail.com>2016-04-10 23:05:00 -0700
commitcd61a1577fa84a4a249dea768291d50df856e8c8 (patch)
tree259c29febd7891084603a5d1438609d974473650
parent635cfa922bf4704c6009e14114ce73ae63a06747 (diff)
Correcting test fixture path
-rw-r--r--dockerfiles/Ubuntu15.docker3
1 files changed, 2 insertions, 1 deletions
diff --git a/dockerfiles/Ubuntu15.docker b/dockerfiles/Ubuntu15.docker
index 3184ea7..f3a49df 100644
--- a/dockerfiles/Ubuntu15.docker
+++ b/dockerfiles/Ubuntu15.docker
@@ -2,7 +2,8 @@ FROM ubuntu:15.04
MAINTAINER Ash Wilson
ENV OSMOSDR_GIT="git://git.osmocom.org/libosmocore.git"
-ENV OSMOCORE_TAG=0.6.3
+#ENV OSMOCORE_TAG=0.6.3
+ENV OSMOCORE_TAG=0.6.6
# We know it's going to foul up, so we run this install separately and then ...fix... dpkg status
RUN apt-get update && apt-get install -y uhd-host || \