diff options
| author | tlier <[email protected]> | 2020-06-18 14:42:16 +0100 |
|---|---|---|
| committer | tlier <[email protected]> | 2020-06-18 14:42:16 +0100 |
| commit | cf27ba15a34c481145acbba3e7ac1d9f1911ae34 (patch) | |
| tree | ce749c9803bb04de3923232064d145e4c038d4d8 /Dockerfile | |
| parent | Reduce number of layers by grouping some of RUN commands (diff) | |
| download | docker-osx-cf27ba15a34c481145acbba3e7ac1d9f1911ae34.tar.xz docker-osx-cf27ba15a34c481145acbba3e7ac1d9f1911ae34.zip | |
Correct empty continuation line
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ RUN touch enable-ssh.sh \ && tee -a enable-ssh.sh <<< '[[ -f /etc/ssh/ssh_host_ed25519_key ]] || \' \ && tee -a enable-ssh.sh <<< '[[ -f /etc/ssh/ssh_host_ed25519_key ]] || \' \ && tee -a enable-ssh.sh <<< 'sudo /usr/bin/ssh-keygen -A' \ - && tee -a enable-ssh.sh <<< 'nohup sudo /usr/bin/sshd -D &' \ + && tee -a enable-ssh.sh <<< 'nohup sudo /usr/bin/sshd -D &' # QEMU CONFIGURATOR # set optional ram at runtime -e RAM=16 |