blob: 35d31cdbf192ed65ebc3fd2d9e1ccaee71fb2d86 [file] [log] [blame]
Piotr Krysik4a1ee342018-02-18 11:11:24 +01001FROM debian:testing
2MAINTAINER Piotr Krysik
3
4RUN apt-get update && apt-get install -y \
5 gr-gsm
6
Piotr Krysik7865b302018-02-19 09:33:18 +01007COPY ./ /src/
8RUN ls /src
9
10