Skip to content

Commit

Permalink
Add missing packages and breakpad binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
jushar committed Jun 16, 2017
1 parent 9da26b5 commit bf95113
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,4 +1,4 @@
FROM jetbrains/teamcity-agent:latest
FROM jetbrains/teamcity-minimal-agent:latest

# Set to 1 to configure this image as Teamcity build agent
# Default value is 0 (manual build)
Expand All @@ -14,7 +14,7 @@ RUN apt-get update && \

# Install latest gcc and libs
RUN dpkg --add-architecture i386 && apt-get update && \
apt-get install -y ca-certificates git build-essential gcc-multilib g++-multilib gcc-6-multilib g++-6-multilib curl \
apt-get install -y ca-certificates git build-essential gcc-multilib g++-multilib gcc-6-multilib g++-6-multilib curl subversion ncftp \
libncursesw5-dev libmysqlclient-dev \
lib32ncursesw5-dev libncursesw5-dev:i386

Expand Down
Binary file added utils/breakpad/dump_syms
Binary file not shown.
Binary file added utils/breakpad/minidump_stackwalk
Binary file not shown.

0 comments on commit bf95113

Please sign in to comment.