mirror of
https://github.com/bokysan/docker-postfix.git
synced 2025-09-06 14:37:45 +08:00
Upd: Split steps in Dockerfile for more caching
This commit is contained in:
parent
b3e2e8daeb
commit
3b37f9164a
1 changed files with 1 additions and 2 deletions
|
@ -16,9 +16,8 @@ RUN true && \
|
|||
apt-get update -y -q && \
|
||||
apt-get install -y git build-essential cmake pkg-config libcurl4-nss-dev libjsoncpp-dev libsasl2-dev; \
|
||||
fi
|
||||
|
||||
RUN git clone --depth 1 --branch ${SASL_XOAUTH2_GIT_REF} ${SASL_XOAUTH2_REPO_URL} /sasl-xoauth2
|
||||
RUN true && \
|
||||
git clone --depth 1 --branch ${SASL_XOAUTH2_GIT_REF} ${SASL_XOAUTH2_REPO_URL} /sasl-xoauth2 && \
|
||||
cd /sasl-xoauth2 && \
|
||||
mkdir build && \
|
||||
cd build && \
|
||||
|
|
Loading…
Add table
Reference in a new issue