Skip to content
Snippets Groups Projects
Commit 00fe3b60 authored by nimrod's avatar nimrod
Browse files

Build inside a container.

parent d9b2afed
No related branches found
No related tags found
No related merge requests found
FROM adarnimrod/elementaryos
RUN apt-get update && \
apt-get install -y \
libebook1.2-dev \
libedataserver1.2-dev \
libghc-gnutls-dev \
libnotify-dev \
libsqlite3-dev \
libunity-dev \
&& \
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/*
# vim:ff=unix:ts=2:sw=2:ai:expandtab
---
version: '3.5'
services:
conecto:
build:
context: ./
command: >
sh -c
'meson build --prefix=/usr &&
cd build &&
ninja'
user: 1000:1000
volumes:
- "$PWD:/conecto"
working_dir: /conecto
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment