Skip to content

Commit

Permalink
Add entsoe ssh key
Browse files Browse the repository at this point in the history
  • Loading branch information
BerriJ committed Oct 31, 2024
1 parent 4c24e08 commit 1588c13
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,10 @@ RUN pip install --upgrade pip \
$(grep -o '^[^#]*' package_lists/python_packages.txt | tr '\n' ' ')

RUN cargo install tex-fmt
ENV PATH="/home/ubuntu/.cargo/bin:${PATH}"
ENV PATH="/home/$USERNAME/.cargo/bin:${PATH}"

RUN mkdir -p /home/$USERNAME/.ssh
RUN ssh-keyscan -t rsa sftp-transparency.entsoe.eu >> /home/$USERNAME/.ssh/known_hosts

# Start zsh
CMD [ "zsh" ]

0 comments on commit 1588c13

Please sign in to comment.