This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
rayburgemeestre
/
build-config
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add apt clean to save some disk space.
master
Ray Burgemeestre
2 years ago
parent
4638db0c43
commit
2d8904d222
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
+2
-0
Dockerfile-ubuntu2004
+ 2
- 0
Dockerfile-ubuntu2004
View File
@@ -52,6 +52,8 @@ COPY switch-to-latest-clang /usr/local/bin/switch-to-latest-clang
RUN chmod +x /usr/local/bin/switch-to-latest-clang
RUN apt clean
FROM scratch
COPY --from=build1 / /
Write
Preview
Loading…
Cancel
Save