Skip to content
Snippets Groups Projects
Commit 429fac65 authored by (INACTIVE) Marcel Bajdel (new marcel.bajdel)'s avatar (INACTIVE) Marcel Bajdel (new marcel.bajdel) :rocket:
Browse files

Dockerfile comments

parent 7ad366c0
No related branches found
No related tags found
3 merge requests!20Release,!13Docker image branch,!12Docker image branch
......@@ -34,7 +34,7 @@ RUN apt-get update -y && apt-get upgrade -y && \
ssh-client \
&& rm -rf /var/lib/apt/lists/* \
&& busybox --install \
## clean the apt's cache to reduce the image size
## clean the apt's cache
&& apt-get clean \
&& rm -rf /var/cache/apt \
## create download repository
......
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