Skip to content

Commit

Permalink
Toolchain container: Add host key for xelix repo upload
Browse files Browse the repository at this point in the history
  • Loading branch information
lutoma committed Nov 13, 2023
1 parent f7a6d9f commit dd11f83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,8 @@ RUN pip3 install --no-cache --upgrade pip setuptools PyYAML toposort click
RUN adduser --disabled-password --gecos '' dev
RUN echo 'dev ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers

# For uploads in automated runs
RUN mkdir /root/.ssh
RUN ssh-keyscan pkgs.xelix.org >> /root/.ssh/known_hosts

CMD ["/bin/bash"]

0 comments on commit dd11f83

Please sign in to comment.