Commit 2234948888457b00689c32c4e5b8d104252b2e44
1 parent
bd8bf77f
Exists in
master
Update Dockerfile
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
wikilibras/Dockerfile
| @@ -42,6 +42,8 @@ RUN useradd vlibras | @@ -42,6 +42,8 @@ RUN useradd vlibras | ||
| 42 | 42 | ||
| 43 | #RUN useradd vlibras | 43 | #RUN useradd vlibras |
| 44 | 44 | ||
| 45 | +RUN echo "deb-src http://security.ubuntu.com/ubuntu/ trusty-security main restricted" >> /etc/apt/sources.list | ||
| 46 | + | ||
| 45 | RUN apt-get update | 47 | RUN apt-get update |
| 46 | 48 | ||
| 47 | RUN apt-get install build-essential -y | 49 | RUN apt-get install build-essential -y |