JetBrains / teamcity-docker-agent

TeamCity agent docker image sources
https://hub.docker.com/r/jetbrains/teamcity-agent/
Apache License 2.0
77 stars 64 forks source link

Add Bzip2 #44

Open biscuitWizard opened 5 years ago

biscuitWizard commented 5 years ago

phantomjs requires bzip2 to untar its builds. Any node.js projects including phantomjs will break on build without this package.

Solution: Please add bzip2 to the apt-get list in the ubuntu build list.

tschmidt01 commented 4 years ago

Just create your own image extending jetbrains/teamcity-agent

FROM jetbrains/teamcity-agent
RUN apt-get update
RUN apt-get -y install bzip2