make - autocommit

This commit is contained in:
Zimovskii Anatolii 2023-01-23 22:26:21 +03:00
parent da44dfa497
commit c0844a59dd
Signed by: stam
GPG Key ID: 9911D9EF664EEE14
4 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ EXPOSE 7999
# Installing # Installing
################################################################## ##################################################################
RUN apt update && \ RUN apt update && \
apt install -y git/bullseye-backports apt install -y --allow-downgrades git/bullseye-backports
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} \ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} \
&& curl -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" \ && curl -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" \

View File

@ -29,7 +29,7 @@ EXPOSE 7999
# Installing # Installing
################################################################## ##################################################################
RUN apt update && \ RUN apt update && \
apt install -y git/bullseye-backports apt install -y --allow-downgrades git/bullseye-backports
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} \ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} \
&& curl -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" \ && curl -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" \

View File

@ -29,7 +29,7 @@ EXPOSE 7999
# Installing # Installing
################################################################## ##################################################################
RUN apt update && \ RUN apt update && \
apt install -y git/bullseye-backports apt install --allow-downgrades -y git/bullseye-backports
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} \ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} \
&& curl -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" \ && curl -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" \

View File

@ -29,7 +29,7 @@ EXPOSE 7999
# Installing # Installing
################################################################## ##################################################################
RUN apt update && \ RUN apt update && \
apt install -y git/bullseye-backports apt install --allow-downgrades -y git/bullseye-backports
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} \ RUN mkdir -p ${BITBUCKET_INSTALL_DIR} \
&& curl -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" \ && curl -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" \