Update 'Dockerfile'
This commit is contained in:
parent
4871809ce9
commit
7a43d0f4ff
@ -54,6 +54,7 @@ FROM busybox:stable-glibc
|
||||
COPY --from=deploy-env /ulib/* /lib/
|
||||
COPY --from=deploy-env /bin/wget /bin/
|
||||
COPY --from=deploy-env /usr/bin/ssh /bin/
|
||||
COPY --from=deploy-env /usr/bin/ssh-keygen /bin/
|
||||
# copy backend
|
||||
COPY --from=deploy-env /platform/ /
|
||||
RUN rm /etc/systemd -rf
|
||||
|
Loading…
Reference in New Issue
Block a user