mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Fix permissions
This commit is contained in:
parent
5f099640a5
commit
db9127262f
1 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,8 @@ COPY . /home/lea/certbot/letsencrypt-auto-source
|
|||
# Tweak uname binary for tests on fake 32bits
|
||||
COPY tests/uname_wrapper.sh /bin
|
||||
RUN mv /bin/uname /bin/uname_orig \
|
||||
&& mv /bin/uname_wrapper.sh /bin/uname
|
||||
&& mv /bin/uname_wrapper.sh /bin/uname \
|
||||
&& chmod +x /bin/uname
|
||||
|
||||
USER lea
|
||||
WORKDIR /home/lea
|
||||
|
|
|
|||
Loading…
Reference in a new issue