Michael Käufl
|
9ab9d76240
|
[Dockerfiles] Used best practices for apt-get
See https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#apt-get
- Replaced `-y install` with `install -y` (unification)
- Put every package on its own line
- Moved `rm -rf /var/lib/apt/lists/*` in the same `RUN` statement as `apt-get`
- Removed unnecessary `apt-get clean`
See 03e2923e42/contrib/mkimage/debootstrap (L82-L105)
|
2017-05-13 18:09:53 +02:00 |
Michael Käufl
|
d0d0961006
|
[Dockerfiles] Replaced deprecated MAINTAINER with LABEL
Used format proposed in
https://docs.docker.com/engine/reference/builder/#maintainer-deprecated
|
2017-05-13 18:09:45 +02:00 |
Michael Käufl
|
6cd97c46c5
|
Used tabs for indentation in Dockerfiles
|
2017-05-12 20:59:27 +02:00 |
andryyy
|
cae7ff7816
|
Initial clamd container
|
2017-04-20 21:13:41 +02:00 |
Michael Käufl
|
a06bac6739
|
[Dockerfiles] Use COPY instead of ADD
|
2017-03-07 15:48:24 +01:00 |
andryyy
|
0931a153c1
|
Use local mirrors
|
2017-03-03 10:54:25 +01:00 |
andryyy
|
76426b65b2
|
Not of any use as of today
|
2017-02-21 22:26:20 +01:00 |