Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Commits
db90ceb3
Verified
Commit
db90ceb3
authored
5 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Add maintainer to Dockerfile and fix ENV definition syntax.
parent
783ad63c
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+9
-7
9 additions, 7 deletions
Dockerfile
with
9 additions
and
7 deletions
Dockerfile
+
9
−
7
View file @
db90ceb3
FROM
python:3.8-buster
MAINTAINER
Teckisd e.V. <foss@teckids.org>
# Configure Python to be nice inside Docker and pip to stfu
ENV
PYTHONUNBUFFERED
=
1
ENV
PYTHONUNBUFFERED
1
ENV
PYTHONDONTWRITEBYTECODE 1
ENV
PIP_DEFAULT_TIMEOUT
=
100
ENV
PIP_DISABLE_PIP_VERSION_CHECK
=
1
ENV
PIP_NO_CACHE_DIR
=
1
ENV
PIP_DEFAULT_TIMEOUT
100
ENV
PIP_DISABLE_PIP_VERSION_CHECK
1
ENV
PIP_NO_CACHE_DIR
1
# Configure BiscuIT settings for build and runtime
ENV
BISCUIT_static__root
=
/srv/static
ENV
BISCUIT_media__root
=
/srv/media
ENV
BISCUIT_static__root
/srv/static
ENV
BISCUIT_media__root
/srv/media
# FIXME Use poetry pre-release for external build
ENV
POETRY_VERSION
=
1.0.0b3
ENV
POETRY_VERSION
1.0.0b3
# Install necessary Debian packages for build and runtime
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