Skip to content

Commit 85e588e

Browse files
committed
clean up cargo/rust cache
1 parent e196947 commit 85e588e

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ RUN \
3636
build-dependencies && \
3737
rm -rf \
3838
/tmp/* \
39-
/root/.cache/pip
39+
/root/.cache \
40+
/root/.cargo
4041

4142
# copy local files
4243
COPY root/ /

Dockerfile.aarch64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ RUN \
3636
build-dependencies && \
3737
rm -rf \
3838
/tmp/* \
39-
/root/.cache/pip
39+
/root/.cache \
40+
/root/.cargo
4041

4142
# copy local files
4243
COPY root/ /

Dockerfile.armhf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ RUN \
3636
build-dependencies && \
3737
rm -rf \
3838
/tmp/* \
39-
/root/.cache/pip
39+
/root/.cache \
40+
/root/.cargo
4041

4142
# copy local files
4243
COPY root/ /

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
210210

211211
## Versions
212212

213+
* **12.02.21:** - Clean up cargo/rust cache.
213214
* **10.02.21:** - Rebasing to alpine 3.13.
214215
* **08.09.20:** - Set form action correctly.
215216
* **30.07.20:** - Fix bug related to unset optional `CERTFILE` and `KEYFILE` vars.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ app_setup_block: |
4343
4444
# changelog
4545
changelogs:
46+
- { date: "12.02.21:", desc: "Clean up cargo/rust cache." }
4647
- { date: "10.02.21:", desc: "Rebasing to alpine 3.13." }
4748
- { date: "08.09.20:", desc: "Set form action correctly." }
4849
- { date: "30.07.20:", desc: "Fix bug related to unset optional `CERTFILE` and `KEYFILE` vars." }

0 commit comments

Comments
 (0)