Skip to content

Commit

Permalink
Fix the build due to missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiyou committed Oct 22, 2018
1 parent 61e4208 commit 9667138
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,6 +1,6 @@
FROM node:6-slim

RUN apt-get update && apt-get install -y git sipcalc make gcc libc6-dev \
RUN apt-get update && apt-get install -y git sipcalc python build-essential libicu-dev \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 9667138

Please sign in to comment.