Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
openmole
openmole
Commits
2cd2b4dc
Commit
2cd2b4dc
authored
Nov 03, 2021
by
Romain Reuillon
Browse files
[Build] fix docker
parent
3d1b9690
Pipeline
#1236
failed with stages
in 38 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
native/containers/build-container/Dockerfile
View file @
2cd2b4dc
...
...
@@ -10,9 +10,14 @@ USER root
ENV
DEBIAN_FRONTEND=noninteractive
RUN
apt update
&&
apt
install
-y
openjdk-11-jdk curl gnupg2 apt-transport-https
&&
apt-get clean
RUN
echo
"deb https://dl.bintray.com/sbt/debian /"
|
tee
-a
/etc/apt/sources.list.d/sbt.list
RUN
curl
-sL
"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2EE0EA64E40A89B84B2DF73499E82A75642AC823"
| apt-key add
RUN
curl
-s
https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
#RUN echo "deb https://dl.bintray.com/sbt/debian /" | tee -a /etc/apt/sources.list.d/sbt.list
#RUN curl -sL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2EE0EA64E40A89B84B2DF73499E82A75642AC823" | apt-key add
#RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
RUN
echo
"deb https://repo.scala-sbt.org/scalasbt/debian all main"
|
tee
/etc/apt/sources.list.d/sbt.list
RUN
echo
"deb https://repo.scala-sbt.org/scalasbt/debian /"
|
tee
/etc/apt/sources.list.d/sbt_old.list
RUN
curl
-sL
"https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2EE0EA64E40A89B84B2DF73499E82A75642AC823"
| gpg
--no-default-keyring
--keyring
gnupg-ring:/etc/apt/trusted.gpg.d/scalasbt-release.gpg
--import
RUN
chmod
644 /etc/apt/trusted.gpg.d/scalasbt-release.gpg
RUN
apt update
&&
apt
install
-y
npm nodejs sbt git git-lfs figlet unzip
&&
apt-get clean
...
...
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