Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
cl-docker-images
abcl
Commits
92ee77c2
Commit
92ee77c2
authored
Nov 22, 2020
by
Eric Timmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
openjdk images already come with gpg and curl
parent
bb8e552b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
Dockerfile-apt.template
Dockerfile-apt.template
+0
-5
No files found.
Dockerfile-apt.template
View file @
92ee77c2
...
...
@@ -7,8 +7,6 @@ WORKDIR /usr/local/share/
ENV ABCL_SIGNING_KEY 5491D207FF9ECDE0BEA277772A9641104DB1773D
RUN set -x \
&& apt-get update \
&& apt-get install -y --no-install-recommends curl ca-certificates gnupg dirmngr \
&& curl -fL "https://abcl.org/releases/${ABCL_VERSION}/abcl-bin-${ABCL_VERSION}.tar.gz" > "abcl-bin-${ABCL_VERSION}.tar.gz" \
&& curl -fL "https://abcl.org/releases/${ABCL_VERSION}/abcl-bin-${ABCL_VERSION}.tar.gz.asc" > "abcl-bin-${ABCL_VERSION}.tar.gz.asc" \
&& GNUPGHOME="$(mktemp -d)" \
...
...
@@ -19,9 +17,6 @@ RUN set -x \
&& tar xf "abcl-bin-${ABCL_VERSION}.tar" \
&& mv "abcl-bin-${ABCL_VERSION}" abcl \
&& rm -rf "abcl-bin-${ABCL_VERSION}.tar.gz.asc" "abcl-bin-${ABCL_VERSION}.tar" "$GNUPGHOME" \
&& apt-get remove -y curl ca-certificates gnupg dirmngr \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/* \
&& java -jar /usr/local/share/abcl/abcl.jar --batch --eval '(print (multiple-value-list (lisp-implementation-version)))'
WORKDIR /
...
...
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