Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Contributor 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
mesonium
gajim
Commits
a216b54a
Commit
a216b54a
authored
3 years ago
by
Philipp Hörist
Browse files
Options
Downloads
Patches
Plain Diff
Add docker files
parent
b2f17ad6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/Dockerfile
+23
-0
23 additions, 0 deletions
docker/Dockerfile
docker/requirements.txt
+12
-0
12 additions, 0 deletions
docker/requirements.txt
with
35 additions
and
0 deletions
docker/Dockerfile
0 → 100644
+
23
−
0
View file @
a216b54a
FROM
python:3.9
ARG
DEBIAN_FRONTEND=noninteractive
RUN
apt-get update
RUN
apt-get
install
-y
apt-utils
RUN
apt-get
install
-y
appstream-util
RUN
apt-get
install
-y
libgirepository1.0-dev
RUN
apt-get
install
-y
gir1.2-gtk-3.0
RUN
apt-get
install
-y
gir1.2-soup-2.4
RUN
apt-get
install
-y
gettext
RUN
adduser
--disabled-password
worker
WORKDIR
/home/worker
ENV
PATH="/home/worker/.local/bin:${PATH}"
USER
worker
RUN
pip
install
--upgrade
pip
COPY
--chown=worker:worker requirements.txt requirements.txt
RUN
pip
install
--no-cache-dir
--user
-r
requirements.txt
CMD
bash
This diff is collapsed.
Click to expand it.
docker/requirements.txt
0 → 100644
+
12
−
0
View file @
a216b54a
PyGObject
mypy
pylint
codespell
coverage
css-parser
keyring
packaging
precis-i18n
pyOpenSSL
types-pkg_resources
requests
\ No newline at end of file
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