Skip to content
  • Kevin Daudt's avatar
    Dockerfile: make sure packages are upgraded · a0445802
    Kevin Daudt authored
    Due to the upgrade of musl-1.2, programs on 32-bits arches will fail
    when built against musl-1.2, but `alpine:edge` still has musl-1.1
    
    Upgrade the packages before installing to fix that issue.
    a0445802