Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
senfcall-public
Docker Bbb Build
Commits
bd48d9e0
Commit
bd48d9e0
authored
Mar 29, 2022
by
Anton Georgiev
Browse files
Add libsystemd-dev ruby-bundler
parent
58ecc712
Pipeline
#6699
passed with stage
in 6 minutes and 20 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
bd48d9e0
...
...
@@ -149,6 +149,13 @@ RUN npm install npm@8.5.0 -g
# had to drop params
RUN
gem
install
fpm
-f
# needed for bbb-record-core
RUN
apt-get update
&&
apt-get
install
-y
\
libsystemd-dev
\
ruby-bundler
\
&&
apt-get clean
\
&&
rm
-rf
/var/lib/apt/lists/
*
# gradle/grails/sbt
ENV
GRAILS_VERSION=5.0.1
...
...
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