Trying to create a Docker image using the following file:

```
FROM ubuntu:xenial

RUN apt-get update && apt-get install -y sudo && sudo apt-get install -y 
software-properties-common

RUN sudo add-apt-repository ppa:tohojo/flent
RUN sudo apt-get update
```

Here is the command:

```
docker image build -t flent .
```

And here is the log:

```
Step 3/4 : RUN sudo add-apt-repository ppa:tohojo/flent
 ---> Running in fcfc2aa8b036
 Flent: The FLExible Network Tester
 More info: https://launchpad.net/~tohojo/+archive/ubuntu/flent
gpg: keyring `/tmp/tmpgjwetran/secring.gpg' created
gpg: keyring `/tmp/tmpgjwetran/pubring.gpg' created
gpg: requesting key B30B26EF from hkp server keyserver.ubuntu.com
gpg: /tmp/tmpgjwetran/trustdb.gpg: trustdb created
gpg: key B30B26EF: public key "Launchpad PPA for Toke H�iland-J�rgensen" 
imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
'ascii' codec can't decode byte 0xc3 in position 95: ordinal not in range(128)
The command '/bin/sh -c sudo add-apt-repository ppa:tohojo/flent' returned a 
non-zero code: 1
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/142
_______________________________________________
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org

Reply via email to