Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Q
Qt
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Avionics
Software Development
Docker Containers
Qt
Commits
d72f181e
Commit
d72f181e
authored
10 months ago
by
Alberto Nidasio
Browse files
Options
Downloads
Patches
Plain Diff
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
10 months ago
Stage: docker
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
DockerfileLinux
+4
-0
4 additions, 0 deletions
DockerfileLinux
DockerfileWindows
+4
-0
4 additions, 0 deletions
DockerfileWindows
with
8 additions
and
0 deletions
DockerfileLinux
+
4
−
0
View file @
d72f181e
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
...
...
This diff is collapsed.
Click to expand it.
DockerfileWindows
+
4
−
0
View file @
d72f181e
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment