blob: 0a476cee84bb2c84a7f72237ff1ed68d52daee36 [file] [log] [blame]
FROM ubuntu:16.04
MAINTAINER Ash Wilson
RUN apt-get update && apt-get install -y \
software-properties-common
RUN add-apt-repository -y ppa:ptrkrysik/gr-gsm
RUN apt-get update && apt-get install -y \
gr-gsm
COPY ./ /src/
RUN ls /src