mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-04-10 03:20:16 +03:00
make - autocommit
This commit is contained in:
parent
beae1f283b
commit
94cb2ec3bf
@ -1,4 +1,4 @@
|
|||||||
FROM jetbrains/teamcity-server:2025.03
|
FROM jetbrains/teamcity-server:latest
|
||||||
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
LABEL maintainer="EpicMorg DevTeam, developer@epicm.org"
|
||||||
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"
|
||||||
LABEL org.opencontainers.image.authors="STAM, kasthack, Aleks-Z"
|
LABEL org.opencontainers.image.authors="STAM, kasthack, Aleks-Z"
|
||||||
@ -210,8 +210,14 @@ ENV PATH="${P4_BIN_DIR}:${PATH}"
|
|||||||
|
|
||||||
# Update internal p4 binary to new
|
# Update internal p4 binary to new
|
||||||
RUN rm -rfv /opt/perforce/bin/p4 && \
|
RUN rm -rfv /opt/perforce/bin/p4 && \
|
||||||
ln -sfv ${P4_BIN_DIR}/p4 /opt/perforce/bin/p4 && \
|
rm -rfv /bin/p4 && \
|
||||||
ln -sfv ${P4_BIN_DIR}/p4 /opt/perforce/usr/bin/p4
|
rm -rfv /sbin/p4 && \
|
||||||
|
rm -rfv /usr/bin/p4 && \
|
||||||
|
rm -rfv /usr/sbin/p4 && \
|
||||||
|
rm -rfv /usr/local/bin/p4 && \
|
||||||
|
rm -rfv /usr/local/sbin/p4
|
||||||
|
|
||||||
|
ENV PATH="${P4_BIN_DIR}:${PATH}"
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Install 7z official binary
|
# Install 7z official binary
|
||||||
|
@ -210,8 +210,14 @@ ENV PATH="${P4_BIN_DIR}:${PATH}"
|
|||||||
|
|
||||||
# Update internal p4 binary to new
|
# Update internal p4 binary to new
|
||||||
RUN rm -rfv /opt/perforce/bin/p4 && \
|
RUN rm -rfv /opt/perforce/bin/p4 && \
|
||||||
ln -sfv ${P4_BIN_DIR}/p4 /opt/perforce/bin/p4 && \
|
rm -rfv /bin/p4 && \
|
||||||
ln -sfv ${P4_BIN_DIR}/p4 /opt/perforce/usr/bin/p4
|
rm -rfv /sbin/p4 && \
|
||||||
|
rm -rfv /usr/bin/p4 && \
|
||||||
|
rm -rfv /usr/sbin/p4 && \
|
||||||
|
rm -rfv /usr/local/bin/p4 && \
|
||||||
|
rm -rfv /usr/local/sbin/p4
|
||||||
|
|
||||||
|
ENV PATH="${P4_BIN_DIR}:${PATH}"
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Install 7z official binary
|
# Install 7z official binary
|
||||||
|
Loading…
x
Reference in New Issue
Block a user