mozilla-services / autopush

Python Web Push Server used by Mozilla
https://autopush.readthedocs.io/
Mozilla Public License 2.0
215 stars 34 forks source link

bug: Update libjemalloc1 to libjemalloc2 #1380

Closed jrconlin closed 4 years ago

jrconlin commented 4 years ago

Description

docker-compose up failing because libjemalloc1 was removed from debian

Testing

run docker-compose up and verify that the following containers are executed: dynamodb_1 autopush_1 autoendpoint_1

Issue(s)

Closes #1379

codecov-io commented 4 years ago

Codecov Report

Merging #1380 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1380   +/-   ##
=======================================
  Coverage   99.74%   99.74%           
=======================================
  Files          64       64           
  Lines       10449    10449           
=======================================
  Hits        10422    10422           
  Misses         27       27           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 688f0c0...8491a3e. Read the comment docs.

pjenvey commented 4 years ago

superseded by #1385