Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tikka-builder
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
docker
python3
tikka-builder
Commits
93d6b038
Commit
93d6b038
authored
2 years ago
by
Vincent Texier
Browse files
Options
Downloads
Patches
Plain Diff
fix project.toml error
upgrade poetry to version 1.3.2
parent
79261ac5
Branches
Branches containing commit
Tags
1.3.1
Tags containing commit
No related merge requests found
Pipeline
#18651
passed
2 years ago
Stage: test
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+4
-5
4 additions, 5 deletions
Dockerfile
with
4 additions
and
5 deletions
Dockerfile
+
4
−
5
View file @
93d6b038
...
@@ -10,13 +10,12 @@ apt install --yes curl libsodium23 make gettext binutils zip git libglib2.0-0 li
...
@@ -10,13 +10,12 @@ apt install --yes curl libsodium23 make gettext binutils zip git libglib2.0-0 li
rm
-rf
/var/lib/apt/lists
rm
-rf
/var/lib/apt/lists
# Install Poetry
# Install Poetry
RUN
curl
-sSL
https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
&&
\
ENV
POETRY_HOME="/opt/poetry"
# cp $HOME/.poetry/env /etc/profile.d/poetry.sh &&
\
ENV
PATH="$POETRY_HOME/bin:$PATH"
cat
$HOME
/.poetry/env
>>
/etc/bash.bashrc
&&
\
RUN
curl
-sSL
https://install.python-poetry.org | python -
&&
poetry config virtualenvs.create
false
.
$HOME
/.poetry/env
&&
poetry config virtualenvs.create
false
# Install main big dependency
# Install main big dependency
RUN
pip
install
-U
PyQt5
==
"5.15.
6
"
RUN
pip
install
-U
PyQt5
==
"5.15.
9
"
# Set X display port
# Set X display port
ENV
DISPLAY :99
ENV
DISPLAY :99
...
...
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