[Rpm-maint] [rpm-software-management/rpm] Add Travis CI testing environment. (#261)

Jun Aruga notifications at github.com
Wed Jul 19 15:53:42 UTC 2017


junaruga commented on this pull request.



> @@ -0,0 +1,49 @@
+FROM fedora
+
+ENV TEST_USER_ID 1000

Because I wanted to use variable `TEST_USER_ID` in below lines in `Dockerfile`.
How do you think?

```
RUN useradd -u $TEST_USER_ID tester
...
USER $TEST_USER_ID
```


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/261#discussion_r128289057
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20170719/a6b6d1df/attachment.html>


More information about the Rpm-maint mailing list