Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Fidle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
Talks
Fidle
Commits
6b8bad1a
Commit
6b8bad1a
authored
2 years ago
by
EXT Soraya Arias
Browse files
Options
Downloads
Patches
Plain Diff
Correct timezone settings
parent
ae584ef3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/fidle_python_pip.dockerfile
+3
-2
3 additions, 2 deletions
docker/fidle_python_pip.dockerfile
with
3 additions
and
2 deletions
docker/fidle_python_pip.dockerfile
+
3
−
2
View file @
6b8bad1a
...
...
@@ -7,9 +7,10 @@ FROM ${docker_image_base}
LABEL
maintainer=soraya.arias@inria.fr
# Ensure a sane environment
ENV
LANG=C.UTF-8 LC_ALL=C.UTF-8 DEBIAN_FRONTEND=noninteractive
ENV
TZ=Europe/Paris
LANG=C.UTF-8 LC_ALL=C.UTF-8 DEBIAN_FRONTEND=noninteractive
RUN
apt update
--fix-missing
&&
\
RUN
ln
-snf
/usr/share/zoneinfo/
$TZ
/etc/localtime
&&
echo
$TZ
>
/etc/timezone
&&
\
apt update
--fix-missing
&&
\
apt
install
-y
--no-install-recommends
apt-utils
\
apt
install
wget curl git
\
python3-venv python3-pip
&&
\
...
...
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