Skip to content
Snippets Groups Projects
Commit d72f181e authored by Alberto Nidasio's avatar Alberto Nidasio
Browse files

Set timezone to prevent tzdata configuration from blocking the build

parent 22ff2187
No related branches found
No related tags found
No related merge requests found
Pipeline #9252 failed
FROM ubuntu:20.04 FROM ubuntu:20.04
ARG DEBIAN_FRONTEND=noninteractive
# Configure timezone to prevent tzdata configuration from blocking the build
ENV TZ=Europe/Rome
# Update package manager cache # Update package manager cache
RUN apt-get update RUN apt-get update
......
FROM ubuntu:20.04 FROM ubuntu:20.04
ARG DEBIAN_FRONTEND=noninteractive
# Configure timezone to prevent tzdata configuration from blocking the build
ENV TZ=Europe/Rome
# Update package manager cache # Update package manager cache
RUN apt-get update RUN apt-get update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment