Skip to content

Instantly share code, notes, and snippets.

@ubergesundheit
Created April 15, 2016 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ubergesundheit/d7bc2c4bc2c6535c80ffb3743cd22759 to your computer and use it in GitHub Desktop.
Save ubergesundheit/d7bc2c4bc2c6535c80ffb3743cd22759 to your computer and use it in GitHub Desktop.
FROM buildpack-deps:wheezy
RUN apt-get update && apt-get install -y --no-install-recommends \
git subversion python build-essential gawk unzip libncurses-dev libz-dev libncurses5-dev zlib1g-dev libssl-dev \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /freifunk
RUN curl "https://raw.githubusercontent.com/FreiFunkMuenster/tools/master/build_all.sh" > build_all.sh && chmod +x build_all.sh
docker build -t wt3020-gluon-ffms .
# test build..
docker run --rm -it -v $(pwd)/output:/var/www/html wt3020-gluon-ffms ./build_all.sh v2016.1.3 testbuild
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment