mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 14:15:38 +03:00
make - autocommit
This commit is contained in:
parent
da44dfa497
commit
c0844a59dd
@ -29,7 +29,7 @@ EXPOSE 7999
|
||||
# Installing
|
||||
##################################################################
|
||||
RUN apt update && \
|
||||
apt install -y git/bullseye-backports
|
||||
apt install -y --allow-downgrades git/bullseye-backports
|
||||
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} \
|
||||
&& curl -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" \
|
||||
|
@ -29,7 +29,7 @@ EXPOSE 7999
|
||||
# Installing
|
||||
##################################################################
|
||||
RUN apt update && \
|
||||
apt install -y git/bullseye-backports
|
||||
apt install -y --allow-downgrades git/bullseye-backports
|
||||
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} \
|
||||
&& curl -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" \
|
||||
|
@ -29,7 +29,7 @@ EXPOSE 7999
|
||||
# Installing
|
||||
##################################################################
|
||||
RUN apt update && \
|
||||
apt install -y git/bullseye-backports
|
||||
apt install --allow-downgrades -y git/bullseye-backports
|
||||
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} \
|
||||
&& curl -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" \
|
||||
|
@ -29,7 +29,7 @@ EXPOSE 7999
|
||||
# Installing
|
||||
##################################################################
|
||||
RUN apt update && \
|
||||
apt install -y git/bullseye-backports
|
||||
apt install --allow-downgrades -y git/bullseye-backports
|
||||
|
||||
RUN mkdir -p ${BITBUCKET_INSTALL_DIR} \
|
||||
&& curl -L ${DOWNLOAD_URL} | tar -xz --strip-components=1 -C "${BITBUCKET_INSTALL_DIR}" \
|
||||
|
Loading…
Reference in New Issue
Block a user