Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
IndexerHelper
Commits
722c8333
Unverified
Commit
722c8333
authored
Jun 22, 2020
by
Sebastian Schüpbach
Browse files
fix Dockerfile
parent
05ee8762
Pipeline
#10407
passed with stages
in 20 minutes and 52 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Dockerfile
View file @
722c8333
FROM
golang:1.14 as builder
RUN
add
user
--syste
m
appuser
RUN
user
add
-
m
appuser
WORKDIR
$GOPATH/src/gitlab.switch.ch/memoriav/memobase-2020/services/histogram
COPY
. .
...
...
@@ -11,7 +11,6 @@ WORKDIR /app
COPY
--from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY
--from=builder /go/src/gitlab.switch.ch/memoriav/memobase-2020/services/histogram/bin/app /app
COPY
--from=builder /etc/passwd /etc/passwd
RUN
useradd
-m
appuser
RUN
apt-get update
&&
\
apt-get
install
-y
exiftool ffmpeg imagemagick
&&
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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