From 5e598216eeeae322f0b19c66973eef48f4b065f6 Mon Sep 17 00:00:00 2001 From: Rob Harrison Date: Thu, 27 Jun 2019 17:29:10 +0100 Subject: [PATCH] Change of arguments --- postgres-backup-s3/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/postgres-backup-s3/Dockerfile b/postgres-backup-s3/Dockerfile index 7dffc14..59014f9 100644 --- a/postgres-backup-s3/Dockerfile +++ b/postgres-backup-s3/Dockerfile @@ -1,8 +1,6 @@ FROM alpine:3.7 LABEL maintainer="Johannes Schickling " -ARG DOCKER_API_VERSION - ADD install.sh install.sh RUN sh install.sh && rm install.sh