We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e06f13a commit 6d0f901Copy full SHA for 6d0f901
1 file changed
docker/Dockerfile.full
@@ -12,10 +12,10 @@ RUN pip3 install toffee-test filelock && \
12
cd .. && \
13
rm -rf tutorial-records
14
15
-RUN apt-get update && apt-get install -y --no-install-recommends \
+RUN sudo apt-get update && sudo apt-get install -y --no-install-recommends \
16
lcov && \
17
- apt-get clean && \
18
- rm -rf /var/lib/apt/lists/*
+ sudo apt-get clean && \
+ sudo rm -rf /var/lib/apt/lists/*
19
20
RUN cd code-samples && \
21
git clone https://github.com/OpenXiangShan/XSPdb.git --depth=1 xspdb && \
0 commit comments