Skip to content

Commit

Permalink
local timezone (#8549)
Browse files Browse the repository at this point in the history
  • Loading branch information
novicecpp authored Jul 9, 2024
1 parent 88794af commit 9728a85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cicd/crabserver_pypi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ RUN apt-get update \
&& apt-get install -y tini \
&& apt-get clean all

# local timezone (hardcode)
RUN ln -sf /usr/share/zoneinfo/Europe/Zurich /etc/localtime

# Copy CERN tnsnames.ora
COPY --from=tnsnames /etc/tnsnames.ora /etc/tnsnames.ora

Expand Down
3 changes: 3 additions & 0 deletions cicd/crabtaskworker_pypi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ RUN apt-get update \
&& apt-get install -y tini git zip voms-clients-java fd-find ripgrep libsasl2-dev python3-dev libldap-dev libssl-dev \
&& apt-get clean all

# local timezone (hardcode)
RUN ln -sf /usr/share/zoneinfo/Europe/Zurich /etc/localtime

# prepare build
RUN mkdir /build
WORKDIR /build
Expand Down

0 comments on commit 9728a85

Please sign in to comment.