forget to install tzdata for git image
This commit is contained in:
parent
84a56864c9
commit
a930028b33
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ FROM debian:stable-slim
|
|||
|
||||
# Install git
|
||||
RUN apt-get update && apt-get install -y \
|
||||
ca-certificates git \
|
||||
ca-certificates git tzdata \
|
||||
&& apt-get clean -y && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ADD forgejo-pages /usr/bin/forgejo-pages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue