Skip to content

Commit

Permalink
Merge pull request #46 from m-tmatma/feature/apt-get-mirror_txt
Browse files Browse the repository at this point in the history
mirror.txt を使う
  • Loading branch information
m-tmatma authored Apr 12, 2020
2 parents ec77d6b + ddcf4b0 commit e6c779a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions raspberry-pi/docker-conf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM ubuntu:16.04
ENV DEBIAN_FRONTEND noninteractive
RUN sed -i.bak -r 's!(deb|deb-src) \S+!\1 mirror://mirrors.ubuntu.com/mirrors.txt!' /etc/apt/sources.list
RUN apt-get update --fix-missing && apt-get dist-upgrade -y && apt-get autoremove --purge -y \
&& apt-get install --fix-missing -y \
gawk wget git-core diffstat unzip texinfo gcc-multilib \
Expand Down

0 comments on commit e6c779a

Please sign in to comment.