Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp committed Sep 7, 2016
1 parent 2fd6c4c commit 0512ffc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
#FROM ubuntu:14.04
FROM meteorhacks/meteord:base
MAINTAINER Philipp Fauser <[email protected]>
RUN apt-get update
RUN apt-get update

COPY scripts/install_binbuild_tools.sh $METEORD_DIR/install_binbuild_tools.sh
COPY scripts/rebuild_npm_modules.sh $METEORD_DIR/rebuild_npm_modules.sh

RUN bash $METEORD_DIR/install_binbuild_tools.sh
RUN bash $METEORD_DIR/rebuild_npm_modules.sh

# install ffmpeg
RUN apt-get install -y libav-tools
Expand Down

0 comments on commit 0512ffc

Please sign in to comment.