Skip to content

Commit

Permalink
chmod +x for all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
5eraph committed May 1, 2020
1 parent af8ae2c commit d8777d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.tests
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ARG LIBSLIRP_COMMIT
RUN git pull && git checkout ${LIBSLIRP_COMMIT} && meson setup build && ninja -C build install
COPY . /slirp4netns
WORKDIR /slirp4netns
RUN chmod +x tests/*
RUN chown -R 1000:1000 /slirp4netns
USER 1000:1000
RUN ./autogen.sh && ./configure && make -j $(nproc)
Expand Down

0 comments on commit d8777d5

Please sign in to comment.