Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
Cloud
MAS
clonemap
Commits
6dcce920
Commit
6dcce920
authored
Apr 02, 2021
by
Stefan Dähling
Browse files
fix dockerfile
parent
065a897f
Pipeline
#439425
failed with stages
in 4 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build/docker/plugnplay/Dockerfile
View file @
6dcce920
...
...
@@ -50,6 +50,7 @@ COPY cmd/plugnplay cmd/plugnplay
COPY
pkg/plugnplay pkg/plugnplay
COPY
pkg/client pkg/client
COPY
pkg/schemas pkg/schemas
COPY
pkg/status pkg/status
COPY
pkg/common pkg/common
ENV
PATH="/clonemap:${PATH}"
RUN
cd
cmd/plugnplay
;
CGO_ENABLED
=
0
GOOS
=
linux go build
-ldflags
'-s'
-o
plugnplay
;
cp
plugnplay /clonemap/
...
...
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