mirror of
https://github.com/august-alt/gpui.git
synced 2025-01-05 01:17:36 +03:00
fix: fix tmp permissions in dockerfile
This commit is contained in:
parent
ec545987a2
commit
0d75f8927f
@ -72,6 +72,8 @@ RUN apt-get update \
|
||||
# Copies your code file from your action repository to the filesystem path `/` of the container
|
||||
COPY script/build.sh /build.sh
|
||||
|
||||
RUN chmod a=rwx,u+t /tmp
|
||||
|
||||
ARG ARCH
|
||||
|
||||
RUN if [ "$ARCH" = "i386" ]; then \
|
||||
|
Loading…
Reference in New Issue
Block a user