Skip to content

Commit

Permalink
Path to known_hosts.hs (#361)
Browse files Browse the repository at this point in the history
* Bump to 3.1.0-beta.2

* Fix GH Action

* Add debug

* Fix variables

* Remove armv6 and s390 from debian build

* Fix path to entrypoint on debian

* More fixes in debian Dockerfile

* Finally get all the copy command correct
  • Loading branch information
hardillb authored Mar 6, 2023
1 parent cdff8e0 commit 53cb0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN set -ex && \
WORKDIR /usr/src/node-red

# Setup SSH known_hosts file
COPY known_hosts.sh .
COPY .docker/known_hosts.sh .
RUN ./known_hosts.sh /etc/ssh/ssh_known_hosts && rm /usr/src/node-red/known_hosts.sh
RUN echo "PubkeyAcceptedKeyTypes +ssh-rsa" >> /etc/ssh/ssh_config

Expand Down

0 comments on commit 53cb0fa

Please sign in to comment.