Add Dockerfile for alpine:3.6 based containers with libosmocore build deps

This commit is contained in:
Harald Welte 2017-10-09 03:14:34 +00:00
parent 70e5571ad3
commit c4281f8204
2 changed files with 10 additions and 0 deletions

9
alpine-build/Dockerfile Normal file
View File

@ -0,0 +1,9 @@
FROM alpine:3.6
MAINTAINER Harald Welte <laforge@gnumonks.org>
RUN apk update && \
apk upgrade
RUN apk update && \
apk add alpine-sdk git make automake autoconf libtool pkgconfig talloc-dev pcsc-lite-dev linux-headers

1
alpine-build/Makefile Normal file
View File

@ -0,0 +1 @@
include ../make/Makefile