Skip to content

Commit

Permalink
add tzdata to build image
Browse files Browse the repository at this point in the history
  • Loading branch information
jakolehm committed Jan 22, 2019
1 parent 150a2f9 commit 7cd321c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/drone/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -ue

# build binary
apt-get update -y
apt-get install -y -q squashfs-tools build-essential ruby bison ruby-dev git-core texinfo curl openssl
apt-get install -y -q squashfs-tools build-essential ruby bison ruby-dev git-core texinfo curl openssl tzdata

update-ca-certificates

Expand Down
2 changes: 1 addition & 1 deletion build/drone/ubuntu_oss.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -ue

apt-get update -y
apt-get install -y -q squashfs-tools build-essential ruby bison ruby-dev git-core texinfo curl openssl
apt-get install -y -q squashfs-tools build-essential ruby bison ruby-dev git-core texinfo curl openssl tzdata

update-ca-certificates

Expand Down

0 comments on commit 7cd321c

Please sign in to comment.