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
Cantaloupe on Docker
Commits
6f10ae28
Unverified
Commit
6f10ae28
authored
Feb 12, 2021
by
Sebastian Schüpbach
Browse files
add delegates.rs to docker image
parent
00d92ab6
Pipeline
#21692
failed with stage
in 2 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
6f10ae28
...
...
@@ -24,6 +24,7 @@ RUN useradd cantaloupe && mkdir -p /home/cantaloupe/.cache/cantaloupe && chown -
COPY
--chown=cantaloupe --from=build /cantaloupe/ /home/cantaloupe/app/
COPY
--from=build /kakadu /usr/lib/
ADD
--chown=cantaloupe ./run.sh /home/cantaloupe/run.sh
ADD
--chown=cantaloupe ./delegates.rs /home/cantaloupe/app/delegates.rs
RUN
apt-get
-qq
update
&&
\
apt-get
-qq
install
curl fontconfig libfreetype6
&&
\
if
[
"
$BUILD_WITH
"
!=
"
${
BUILD_WITH
%
"ffmpeg"
*
}
"
]
;
then
apt-get
-qq
install
--no-install-recommends
ffmpeg
;
fi
&&
\
...
...
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