# Use the libyui/devel image as the base
FROM registry.opensuse.org/devel/libraries/libyui/containers/libyui-devel:latest

RUN  zypper install -y gtk3-devel libboost_system-devel libboost_filesystem-devel

COPY . /usr/src/app
