Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Daniel Scholl
azure-maven
Commits
e4ddc9c6
Commit
e4ddc9c6
authored
Nov 03, 2020
by
Daniel Scholl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Dockerfile
parent
4578c431
Pipeline
#13839
failed with stage
in 1 minute and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
Dockerfile
Dockerfile
+1
-5
No files found.
Dockerfile
View file @
e4ddc9c6
FROM
maven:3.6.3-jdk-8
# Update the software list
RUN
apt-get update
&&
apt-get
-y
upgrade
&&
\
RUN
apt-get update
&&
\
apt-get
-f
-y
install
curl apt-transport-https lsb-release gnupg python3-pip python-pip python3-venv
&&
\
curl
-sL
https://packages.microsoft.com/keys/microsoft.asc | gpg
--dearmor
>
/etc/apt/trusted.gpg.d/microsoft.asc.gpg
&&
\
CLI_REPO
=
$(
lsb_release
-cs
)
&&
\
...
...
@@ -16,7 +16,3 @@ RUN (curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -) &&
add-apt-repository
"deb [arch=amd64] https://download.docker.com/linux/debian
$(
lsb_release
-cs
)
stable"
&&
\
apt-get update
&&
apt-get
install
-y
docker-ce
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