Skip to content

Commit 5a3df53

Browse files
author
Kirill Müller
committed
create empty .Xauthority file to avoid warning
1 parent b522189 commit 5a3df53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ADD set_root_pw.sh /set_root_pw.sh
88
ADD run.sh /run.sh
99
RUN chmod +x /*.sh
1010
RUN sed -i 's/PermitRootLogin without-password/PermitRootLogin yes/' /etc/ssh/sshd_config
11+
RUN touch /root/.Xauthority
1112

1213
EXPOSE 22
1314
CMD ["/run.sh"]

0 commit comments

Comments
 (0)