Skip to content
Snippets Groups Projects
Commit aef5f1e1 authored by Florian Ruynat's avatar Florian Ruynat
Browse files

Add tz to kubespray image

parent 3d4baea0
No related branches found
No related tags found
No related merge requests found
# Use imutable image tags rather than mutable tags (like ubuntu:20.04) # Use imutable image tags rather than mutable tags (like ubuntu:20.04)
FROM ubuntu:focal-20220316 FROM ubuntu:focal-20220316
ARG TZ=Etc/UTC
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN apt update -y \ RUN apt update -y \
&& apt install -y \ && apt install -y \
libssl-dev python3-dev sshpass apt-transport-https jq moreutils \ libssl-dev python3-dev sshpass apt-transport-https jq moreutils \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment