[Bug 1755192] Re: Running add-apt-repository inside docker bionic container gives No such file or directory: 'S.gpg-agent.browser'
Gijs Molenaar
1755192 at bugs.launchpad.net
Mon Mar 12 15:08:15 UTC 2018
** Description changed:
-
- This used to work for Ubuntu 14.04 and 16.04.
+ This used to work for Ubuntu 14.04 and 16.04.
```
Step 5/7 : RUN add-apt-repository -y ppa:kernsuite/kern-dev
- ---> Running in 4d6412c3d237
+ ---> Running in 4d6412c3d237
gpg: keybox '/tmp/tmpol6z8f79/pubring.gpg' created
gpg: /tmp/tmpol6z8f79/trustdb.gpg: trustdb created
gpg: key 813B0DC8B7D042E7: public key "Launchpad PPA for KERN suite" imported
gpg: Total number processed: 1
gpg: imported: 1
Warning: apt-key output should not be parsed (stdout is not a terminal)
OK
[Errno 2] No such file or directory: 'S.gpg-agent.browser'
```
Dockerfile:
```
FROM ubuntu:18.04
MAINTAINER gijsmolenaar at gmail.com
RUN apt-get update
RUN apt-get install -y software-properties-common
+ RUN add-apt-repository -y ppa:kernsuite/kern-dev
```
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to software-properties in Ubuntu.
https://bugs.launchpad.net/bugs/1755192
Title:
Running add-apt-repository inside docker bionic container gives No
such file or directory: 'S.gpg-agent.browser'
Status in software-properties package in Ubuntu:
New
Bug description:
This used to work for Ubuntu 14.04 and 16.04.
```
Step 5/7 : RUN add-apt-repository -y ppa:kernsuite/kern-dev
---> Running in 4d6412c3d237
gpg: keybox '/tmp/tmpol6z8f79/pubring.gpg' created
gpg: /tmp/tmpol6z8f79/trustdb.gpg: trustdb created
gpg: key 813B0DC8B7D042E7: public key "Launchpad PPA for KERN suite" imported
gpg: Total number processed: 1
gpg: imported: 1
Warning: apt-key output should not be parsed (stdout is not a terminal)
OK
[Errno 2] No such file or directory: 'S.gpg-agent.browser'
```
Dockerfile:
```
FROM ubuntu:18.04
MAINTAINER gijsmolenaar at gmail.com
RUN apt-get update
RUN apt-get install -y software-properties-common
RUN add-apt-repository -y ppa:kernsuite/kern-dev
```
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1755192/+subscriptions
More information about the foundations-bugs
mailing list