fix typo
This commit is contained in:
parent
fe6328563c
commit
14b1a4b54b
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
FROM linuxserver/baseimage
|
FROM linuxserver/baseimage
|
||||||
MAINTAINER smdion <me@seandion.com>
|
MAINTAINER smdion <me@seandion.com>
|
||||||
RUN rm -rf /etc/service/sshd /etc/my_init.d/00_regen_ssh_host_keys.sh
|
RUN rm -rf /etc/service/sshd /etc/my_init.d/00_regen_ssh_host_keys.sh
|
||||||
ENV LC_ALL C.UTF-8
|
ENV LC_ALL C.UTF-8
|
||||||
ENV LANG en_US.UTF-8
|
ENV LANG en_US.UTF-8
|
||||||
|
|
||||||
|
|
||||||
# Use baseimage-docker's init system
|
# Use baseimage-docker's init system
|
||||||
|
|
Loading…
Add table
Reference in a new issue