Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Guardians of the Kretschmar Elock System
Doorcode
Commits
f7a647c4
Commit
f7a647c4
authored
Apr 11, 2020
by
Jacob Priddy
👌
Browse files
Fix bug in the esp32 dockerfile where I forgot to terminate a command
array
parent
c38cb7ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/embedded/esp32.Dockerfile
View file @
f7a647c4
...
...
@@ -11,10 +11,10 @@ echo 'LogLevel DEBUG2'; \
echo
'PermitRootLogin yes'
;
\
echo
'PasswordAuthentication yes'
;
\
echo
'Subsystem sftp /usr/lib/openssh/sftp-server'
;
\
)
>
/etc/ssh/sshd_config_
test_clion
\
)
>
/etc/ssh/sshd_config_
container
\
&&
mkdir
/run/sshd
RUN
groupmod
-g
985
users
&&
useradd
-u
1000
-ms
/bin/bash
-g
users
builder
\
&&
yes
password | passwd builder
CMD
["/usr/sbin/sshd", "-D", "-e", "-f", "/etc/ssh/sshd_config_
test_clion"
CMD
["/usr/sbin/sshd", "-D", "-e", "-f", "/etc/ssh/sshd_config_
container"]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment