Skip to content

Commit

Permalink
Add g++ to linux docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
maddyblue committed Jul 8, 2015
1 parent 8abfdfd commit 72b7dbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM golang:cross

RUN apt-get update && apt-get install -y \
g++ \
libpulse-dev \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit 72b7dbe

Please sign in to comment.