Skip to content
This repository was archived by the owner on Dec 10, 2017. It is now read-only.
This repository was archived by the owner on Dec 10, 2017. It is now read-only.

ERROR: R-3.3.1-r0.apk: BAD signature #15

@ctownsen357

Description

@ctownsen357

When I run with, same as your README.md:

FROM alpine:latest

RUN apk update && \
    apk --no-cache add ca-certificates wget && \
    wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://raw.githubusercontent.com/sgerrand/alpine-pkg-R/master/sgerrand.rsa.pub 
RUN wget https://github.com/sgerrand/alpine-pkg-R/releases/download/3.3.1-r0/R-3.3.1-r0.apk && \
    apk add R-3.3.1-r0.apk && \

I get the error: ERROR: R-3.3.1-r0.apk: BAD signature

I'm running Docker version 1.12.2, build bb80604

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions