Skip to content
This repository was archived by the owner on Jun 24, 2020. It is now read-only.

Commit 721b538

Browse files
committed
combine layers for install and provision.
1 parent 83a90e9 commit 721b538

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Dockerfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
1616
org.label-schema.vcs-type="Git" \
1717
org.label-schema.vcs-url="https://github.com/computerfr33k/docker-burp-backup-server"
1818

19+
COPY conf/ /opt/docker/
20+
1921
RUN /usr/local/bin/apk-upgrade \
2022
&& /usr/local/bin/apk-install \
2123
librsync \
@@ -41,11 +43,10 @@ RUN /usr/local/bin/apk-upgrade \
4143
autoconf \
4244
automake \
4345
libtool \
44-
unzip
45-
46-
COPY conf/ /opt/docker/
46+
unzip \
4747

48-
RUN /opt/docker/bin/provision add --tag bootstrap --tag entrypoint burp-server \
48+
# Provision
49+
&& /opt/docker/bin/provision add --tag bootstrap --tag entrypoint burp-server \
4950
&& /opt/docker/bin/bootstrap.sh \
5051
&& rm -rf /tmp/* \
5152

0 commit comments

Comments
 (0)