[fix] permission restrict

This commit is contained in:
Makiras 2025-05-07 16:05:15 +08:00
parent 829f154c0e
commit 539fb7957f
1 changed files with 3 additions and 1 deletions

View File

@ -104,7 +104,9 @@ RUN mkdir /workspace && \
tar -xzf verible-v0.0-3979-g786edf03-linux-static-x86_64.tar.gz -C /usr/local/ --strip-components=1 && \
rm verible-v0.0-3979-g786edf03-linux-static-x86_64.tar.gz && \
cd picker && make init && \
make -j$(nproc)
make -j$(nproc) && \
make install && \
chmod 755 /usr/local/bin -R
# set user and password
RUN useradd -m -s /bin/bash user && \