Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gotthardp committed May 15, 2018
1 parent 57e95b9 commit 6807474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM erlang:20-slim
MAINTAINER Petr Gotthard <petr.gotthard@centrum.cz>

RUN apt-get update && apt-get install -y wget curl git gnupg apt-transport-https lsb-release
RUN apt-get update && apt-get install -y wget curl git gnupg apt-transport-https lsb-release make
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - && apt-get install -y nodejs && rm -r /var/cache/
RUN git clone https://github.com/gotthardp/lorawan-server.git && cd lorawan-server && make release && make clean

Expand Down

0 comments on commit 6807474

Please sign in to comment.