mozilla-services / megaphone

Firefox Global Broadcast API
Mozilla Public License 2.0
38 stars 12 forks source link

bug: Add libcurl4 to Dockerfile #95

Closed jrconlin closed 3 years ago

jrconlin commented 3 years ago

Closes #94

Description

App was failing to launch because libcurl4 was not being loaded into the app_1 dockerfile.

Testing

ROCKET_BROADCASTER_AUTH={"test"=["foobar"]} ROCKET_READER_AUTH={"autopush"=["quux"]} docker-compose up

should report app_1 starting. You can spot this in the log file, via something similar to:

app_1  | {"Logger":"megaphone-0.1.6","Type":"megaphone:log","Hostname":"...","Pid":1,"Severity":6,"Timestamp":...,"Fields":{"msg":"Starting up"}}

Issue(s)

Closes #94.