Skip to content

Commit

Permalink
minor linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Shinn committed Dec 12, 2015
1 parent 796ba1b commit 233f5d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion builder/scripts/mkimage-alpine.bash
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ build() {
apk --root "$rootfs" --update-cache --keys-dir /etc/apk/keys \
add --initdb "${packages//,/ }"
[[ "$ADD_BASELAYOUT" ]] && \
apk --root "$rootfs" --keys-dir /etc/apk/keys fetch --stdout alpine-base | tar -xvz -C "$rootfs" etc
apk --root "$rootfs" --keys-dir /etc/apk/keys \
fetch --stdout alpine-base | tar -xvz -C "$rootfs" etc
rm -f "$rootfs/var/cache/apk"/*
[[ "$TIMEZONE" ]] && \
cp "/usr/share/zoneinfo/$TIMEZONE" "$rootfs/etc/localtime"
Expand Down

0 comments on commit 233f5d2

Please sign in to comment.