optimize Dockerfile.v by clearing apt cache#331
optimize Dockerfile.v by clearing apt cache#331pradeeban merged 1 commit intoControlCore-Project:devfrom
Conversation
|
@pradeeban please have a look. |
|
@pradeeban sir also, would you like me to focus on anything in particular like trying out a feature or any specific problem? Right now, I am solving bunch of issues and building up my proposal. If there is anything you would like to see me working on please let me know, I am all here, thanks for your time. |
|
You are doing great. I would advice against modifying verilog code (this one is ok), since it works (and that I have no clue about Verilog code). :D Also, avoid working on concore-lite (except for fixing breaking bugs) as it is mostly redundant (since it is just a subset of concore). |
|
Yup! understood |
|
Today, I have tried to fix and optimize docker in all the repos! I have 2-3 more additions and fixes related to docker which are left. Remaining I will focus tomorrow... (I have a computer networks midterm viva/practical exam in the morning...). |
|
good luck with your exams! |
this make sures that Ubuntu package indices are not unnecessarily saved into the Docker image layer, reducing the image size of the final build.
This fixes #330 .