Skip to content

Commit

Permalink
Add a workaround for temporary upstream apt timeouts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami committed Mar 5, 2021
1 parent 3c21c62 commit 021c686
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packagingbuild/xenial/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ RUN mkdir /root/.ssh && chmod 700 /root/.ssh && \
COPY busybee* /root/.ssh/
RUN chmod 600 /root/.ssh/busybee

# Temporary workaround to work around failing apt mirror for half a day already
RUN sed -i "s#deb.debian.org#ftp.si.debian.org#g" /etc/apt/sources.list

RUN apt-get -y update && \
apt-get install -y openssh-server sudo && \
mkdir /var/run/sshd
Expand Down

0 comments on commit 021c686

Please sign in to comment.