Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
frnmst
docker-debian-postgis-django
Commits
566d0f6c
Verified
Commit
566d0f6c
authored
Jun 11, 2021
by
frnmst
Browse files
Fixes.
parent
911f6c74
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
566d0f6c
...
...
@@ -19,7 +19,7 @@
# along with docker-debian-postgis-django. If not, see <http://www.gnu.org/licenses/>.
#
FROM
python:3.9.
2
-buster
AS
base
FROM
python:3.9.
4
-buster
AS
base
# Pass the running user and group.
ARG
UID
...
...
README.md
View file @
566d0f6c
...
...
@@ -154,6 +154,8 @@ To be able to call `make` you must create a `.env` file in the project root with
### Dockerfile
These dependencies are installed with the
`RUN`
command so there is no need to install them manually.
| Software | Dependency name | Purpose | Build type |
|--------------------------------------------------|----------------------|----------------------------------------|------------|
|
[
gettext
](
https://www.gnu.org/software/gettext/
)
| gettext | translations | dev, prod |
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment