Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Duniter v2S
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
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
nodes
rust
Duniter v2S
Commits
1c877482
Commit
1c877482
authored
2 years ago
by
Éloïs
Browse files
Options
Downloads
Patches
Plain Diff
fix(docker):avoid error in some cases by creating fake duniter-cucumber
parent
f8d6d04b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/Dockerfile
+8
-0
8 additions, 0 deletions
docker/Dockerfile
with
8 additions
and
0 deletions
docker/Dockerfile
+
8
−
0
View file @
1c877482
...
...
@@ -27,6 +27,14 @@ RUN test -x build/duniter || \
mv
target/release/duniter build/
\
)
# Create fake duniter-cucumber if is not exist
# The goal is to avoid error later, this binary is optional
RUN
test
-x
build/duniter-cucumber
||
\
(
\
mkdir
-p
build
&&
\
touch
build/duniter-cucumber
\
)
# ------------------------------------------------------------------------------
# Final Stage
# ------------------------------------------------------------------------------
...
...
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