Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
layers: add ^$ into apt-get regex
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
  • Loading branch information
koct9i committed Apr 26, 2018
1 parent 59e8caa commit 0b4f228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layers/common-debootstrap.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export DEBIAN_FRONTEND="noninteractive"
apt-get --yes install 'debootstrap' 'ubuntu-archive-keyring|ubuntu-keyring' 'debian-archive-keyring' 'debian-keyring'
apt-get --yes install 'debootstrap' '^(ubuntu-archive-keyring|ubuntu-keyring)$' 'debian-archive-keyring' 'debian-keyring'

[ -e usr/share/debootstrap/scripts/wily ] || ln -s gutsy usr/share/debootstrap/scripts/wily
[ -e usr/share/debootstrap/scripts/xenial ] || ln -s gutsy usr/share/debootstrap/scripts/xenial
Expand Down
2 changes: 1 addition & 1 deletion layers/common-misc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dnsutils \
ethtool \
file \
htop \
iproute2\|iproute \
'^(iproute2|iproute)$' \
iptables \
iputils-ping \
less \
Expand Down

0 comments on commit 0b4f228

Please sign in to comment.