Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hub
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
thomasDOTwtf
hub
Commits
8cdb6435
Commit
8cdb6435
authored
9 months ago
by
Roang
Browse files
Options
Downloads
Patches
Plain Diff
Update meta build image
parent
361c7e2f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.meta/Dockerfile
+7
-3
7 additions, 3 deletions
.meta/Dockerfile
with
7 additions
and
3 deletions
.meta/Dockerfile
+
7
−
3
View file @
8cdb6435
FROM
python:3.11-bookworm
FROM
python:3.11-bookworm
RUN
apt update
&&
apt
install
-y
gettext gdal-bin iputils-ping
RUN
apt update
&&
apt
install
-y
gettext gdal-bin iputils-ping
&&
\
pip
install
-U
pdm
COPY
requirements.txt requirements.dev.txt /
ENV
PDM_CHECK_UPDATE=false
RUN
pip3
install
-r
/requirements.txt
-r
/requirements.dev.txt
"psycopg[binary]"
COPY
pyproject.toml pdm.lock README.md /project/
WORKDIR
/project/
RUN
pdm
install
-d
--check
--no-editable
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