Peter Dave Hello
|
5b4dc0a892
|
Adjust spaces and empty lines in Dockerfile
Details:
- Remove trailing spaces
- Remove additional empty lines
- Replace a few tabs with spces for consistent indent
|
2021-01-04 19:55:02 +08:00 |
|
Peter Dave Hello
|
e01ada40cd
|
Remove not used packages in Dockerfile
|
2021-01-04 19:23:35 +08:00 |
|
Peter Dave Hello
|
c3360712c9
|
Use bash in Dockerfile, here-strings(<<<) are undefined in POSIX sh
|
2021-01-04 18:37:41 +08:00 |
|
Peter Dave Hello
|
70573dea14
|
Merge a few WORKDIR & RUN git clone in Dockerfile
This will reduce the instructions and Docker image layers.
|
2020-12-17 00:59:59 +08:00 |
|
Peter Dave Hello
|
90c346cd1a
|
Remove unnecessary WORKDIR instruction in Dockerfile
The working directory was not changed before and after it, don't need
to change to the SAME directory again :D
|
2020-12-17 00:59:51 +08:00 |
|
Peter Dave Hello
|
cede544c2e
|
Simplify .ssh directory setup process in Dockerfile
|
2020-12-15 15:46:56 +08:00 |
|
Peter Dave Hello
|
4b17459897
|
Reduce image size by setting git clone depth
|
2020-12-15 15:19:16 +08:00 |
|