mirror of
https://github.com/linuxserver/docker-build-agent.git
synced 2026-02-05 20:58:44 +08:00
Update build_version
This commit is contained in:
parent
cbd95c96c3
commit
7cf8ba0600
@ -31,7 +31,7 @@ RUN \
|
||||
echo "**** setup openssh environment ****" && \
|
||||
sed -i 's/#PasswordAuthentication yes/PasswordAuthentication no/g' /etc/ssh/sshd_config && \
|
||||
usermod --shell /bin/bash abc && \
|
||||
echo "Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" > /build_version && \
|
||||
printf "Linuxserver.io version:- ${VERSION}\nBuild-date:- ${BUILD_DATE}" > /build_version && \
|
||||
rm -rf \
|
||||
/tmp/*
|
||||
|
||||
|
||||
@ -31,7 +31,7 @@ RUN \
|
||||
echo "**** setup openssh environment ****" && \
|
||||
sed -i 's/#PasswordAuthentication yes/PasswordAuthentication no/g' /etc/ssh/sshd_config && \
|
||||
usermod --shell /bin/bash abc && \
|
||||
echo "Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" > /build_version && \
|
||||
printf "Linuxserver.io version:- ${VERSION}\nBuild-date:- ${BUILD_DATE}" > /build_version && \
|
||||
rm -rf \
|
||||
/tmp/*
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user