blob: 0ca3321f2325336b3d055116daf148b960dec42f [file] [log] [blame]
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