8000 Setup scripts require tzdata · python-gitlab/docker-gitlab@48340ea · GitHub
[go: up one dir, main page]

Skip to content
8000
This repository was archived by the owner on Oct 25, 2019. It is now read-only.

Commit 48340ea

Browse files
author
Gauvain Pocentek
committed
Setup scripts require tzdata
1 parent e7d9cd1 commit 48340ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN apt-get update \
88
openssh-server \
99
ca-certificates \
1010
curl \
11+
tzdata \
1112
&& curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | bash \
1213
&& apt-get install -qy --no-install-recommends \
1314
gitlab-ce=9.2.1-ce.0

0 commit comments

Comments
 (0)
0