diff options
| -rw-r--r-- | Dockerfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.in b/Dockerfile.in index f247365..78a2341 100644 --- a/Dockerfile.in +++ b/Dockerfile.in @@ -4,7 +4,7 @@ MAINTAINER Richard Mortier <mort@cantab.net> RUN apk add --update-cache \ alpine-conf \ alpine-sdk \ - && setup-apkcache /var/cache/apk \\ + && setup-apkcache /var/cache/apk \ && setup-apkrepos -1 RUN adduser -D builder \ |
