RTB4FREE / crosstalk

Connects Campaign Manager to the RTB4FREE bidders
13 stars 28 forks source link

Missing library: java.io.FileNotFoundException: /usr/lib/libnss3.so #6

Open switzer opened 5 years ago

switzer commented 5 years ago

Looks like the libnss3 library was omitted. The Dockerfile needs to be updated to specifically install this

michaelblanche commented 4 years ago

@switzer believe this is a common issue with Docker and openjdk8-jre one fix is to add the following to your Docker.bidder RUN apk add --no-cache nss