grim/containers/package_cloud

Update to the latest package cloud

2018-02-07, Gary Kramlich
dbe671c6a43e
Parents d902e263fdf8
Children 26c05c779636
Update to the latest package cloud
  • +1 -1
    Dockerfile
  • +2 -2
    convey.yml
  • --- a/Dockerfile Wed Oct 11 01:16:14 2017 -0500
    +++ b/Dockerfile Wed Feb 07 00:05:18 2018 -0600
    @@ -1,6 +1,6 @@
    FROM alpine:edge
    -RUN apk add --no-cache ruby ruby-rdoc ruby-irb ruby-io-console && \
    +RUN apk add --no-cache ruby ruby-dev ruby-rdoc ruby-irb ruby-io-console gcc g++ make && \
    gem install package_cloud
    COPY entrypoint.sh /usr/local/bin/
    --- a/convey.yml Wed Oct 11 01:16:14 2017 -0500
    +++ b/convey.yml Wed Feb 07 00:05:18 2018 -0600
    @@ -1,9 +1,9 @@
    tasks:
    import:
    - type: import
    + type: docker/import
    files: .
    build:
    - type: build
    + type: docker/build
    dockerfile: Dockerfile
    tags: rwgrim/package-cloud
    files: entrypoint.sh