Skip to content
Snippets Groups Projects
Commit 92dd8dab authored by Eric Timmons's avatar Eric Timmons
Browse files

Actually autoremove in slim images

parent 9f5e8dba
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ RUN set -x \ ...@@ -27,6 +27,7 @@ RUN set -x \
&& rm -rf "abcl-bin-${ABCL_VERSION}.tar.gz.asc" "abcl-bin-${ABCL_VERSION}.tar" "$GNUPGHOME" \ && rm -rf "abcl-bin-${ABCL_VERSION}.tar.gz.asc" "abcl-bin-${ABCL_VERSION}.tar" "$GNUPGHOME" \
# Remove fetch deps # Remove fetch deps
&& apt-get remove -y curl gnupg dirmngr \ && apt-get remove -y curl gnupg dirmngr \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
# Smoke test ABCL. # Smoke test ABCL.
&& java -jar /usr/local/share/abcl/abcl.jar --batch --eval '(print (multiple-value-list (lisp-implementation-version)))' && java -jar /usr/local/share/abcl/abcl.jar --batch --eval '(print (multiple-value-list (lisp-implementation-version)))'
......
...@@ -27,6 +27,7 @@ RUN set -x \ ...@@ -27,6 +27,7 @@ RUN set -x \
&& rm -rf "abcl-bin-${ABCL_VERSION}.tar.gz.asc" "abcl-bin-${ABCL_VERSION}.tar" "$GNUPGHOME" \ && rm -rf "abcl-bin-${ABCL_VERSION}.tar.gz.asc" "abcl-bin-${ABCL_VERSION}.tar" "$GNUPGHOME" \
# Remove fetch deps # Remove fetch deps
&& apt-get remove -y curl gnupg dirmngr \ && apt-get remove -y curl gnupg dirmngr \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
# Smoke test ABCL. # Smoke test ABCL.
&& java -jar /usr/local/share/abcl/abcl.jar --batch --eval '(print (multiple-value-list (lisp-implementation-version)))' && java -jar /usr/local/share/abcl/abcl.jar --batch --eval '(print (multiple-value-list (lisp-implementation-version)))'
......
...@@ -27,6 +27,7 @@ RUN set -x \ ...@@ -27,6 +27,7 @@ RUN set -x \
&& rm -rf "abcl-bin-${ABCL_VERSION}.tar.gz.asc" "abcl-bin-${ABCL_VERSION}.tar" "$GNUPGHOME" \ && rm -rf "abcl-bin-${ABCL_VERSION}.tar.gz.asc" "abcl-bin-${ABCL_VERSION}.tar" "$GNUPGHOME" \
# Remove fetch deps # Remove fetch deps
&& apt-get remove -y curl gnupg dirmngr \ && apt-get remove -y curl gnupg dirmngr \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
# Smoke test ABCL. # Smoke test ABCL.
&& java -jar /usr/local/share/abcl/abcl.jar --batch --eval '(print (multiple-value-list (lisp-implementation-version)))' && java -jar /usr/local/share/abcl/abcl.jar --batch --eval '(print (multiple-value-list (lisp-implementation-version)))'
......
...@@ -27,6 +27,7 @@ RUN set -x \ ...@@ -27,6 +27,7 @@ RUN set -x \
&& rm -rf "abcl-bin-${ABCL_VERSION}.tar.gz.asc" "abcl-bin-${ABCL_VERSION}.tar" "$GNUPGHOME" \ && rm -rf "abcl-bin-${ABCL_VERSION}.tar.gz.asc" "abcl-bin-${ABCL_VERSION}.tar" "$GNUPGHOME" \
# Remove fetch deps # Remove fetch deps
&& apt-get remove -y curl gnupg dirmngr \ && apt-get remove -y curl gnupg dirmngr \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
# Smoke test ABCL. # Smoke test ABCL.
&& java -jar /usr/local/share/abcl/abcl.jar --batch --eval '(print (multiple-value-list (lisp-implementation-version)))' && java -jar /usr/local/share/abcl/abcl.jar --batch --eval '(print (multiple-value-list (lisp-implementation-version)))'
......
...@@ -27,6 +27,7 @@ RUN set -x \ ...@@ -27,6 +27,7 @@ RUN set -x \
&& rm -rf "abcl-bin-${ABCL_VERSION}.tar.gz.asc" "abcl-bin-${ABCL_VERSION}.tar" "$GNUPGHOME" \ && rm -rf "abcl-bin-${ABCL_VERSION}.tar.gz.asc" "abcl-bin-${ABCL_VERSION}.tar" "$GNUPGHOME" \
# Remove fetch deps # Remove fetch deps
&& apt-get remove -y curl gnupg dirmngr \ && apt-get remove -y curl gnupg dirmngr \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
# Smoke test ABCL. # Smoke test ABCL.
&& java -jar /usr/local/share/abcl/abcl.jar --batch --eval '(print (multiple-value-list (lisp-implementation-version)))' && java -jar /usr/local/share/abcl/abcl.jar --batch --eval '(print (multiple-value-list (lisp-implementation-version)))'
......
...@@ -27,6 +27,7 @@ RUN set -x \ ...@@ -27,6 +27,7 @@ RUN set -x \
&& rm -rf "abcl-bin-${ABCL_VERSION}.tar.gz.asc" "abcl-bin-${ABCL_VERSION}.tar" "$GNUPGHOME" \ && rm -rf "abcl-bin-${ABCL_VERSION}.tar.gz.asc" "abcl-bin-${ABCL_VERSION}.tar" "$GNUPGHOME" \
# Remove fetch deps # Remove fetch deps
&& apt-get remove -y curl gnupg dirmngr \ && apt-get remove -y curl gnupg dirmngr \
&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
# Smoke test ABCL. # Smoke test ABCL.
&& java -jar /usr/local/share/abcl/abcl.jar --batch --eval '(print (multiple-value-list (lisp-implementation-version)))' && java -jar /usr/local/share/abcl/abcl.jar --batch --eval '(print (multiple-value-list (lisp-implementation-version)))'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment