Skip to content

Commit 6d0f901

Browse files
committed
fix permission
1 parent e06f13a commit 6d0f901

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker/Dockerfile.full

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ RUN pip3 install toffee-test filelock && \
1212
cd .. && \
1313
rm -rf tutorial-records
1414

15-
RUN apt-get update && apt-get install -y --no-install-recommends \
15+
RUN sudo apt-get update && sudo apt-get install -y --no-install-recommends \
1616
lcov && \
17-
apt-get clean && \
18-
rm -rf /var/lib/apt/lists/*
17+
sudo apt-get clean && \
18+
sudo rm -rf /var/lib/apt/lists/*
1919

2020
RUN cd code-samples && \
2121
git clone https://github.com/OpenXiangShan/XSPdb.git --depth=1 xspdb && \

0 commit comments

Comments
 (0)