Skip to content

Commit

Permalink
docker modification and reorganization
Browse files Browse the repository at this point in the history
  • Loading branch information
tanguypierre committed May 30, 2024
1 parent 40907c6 commit 9bc633a
Show file tree
Hide file tree
Showing 28 changed files with 743 additions and 5,027 deletions.
27 changes: 18 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
# -*- mode: Dockerfile -*-
FROM ubuntu:jammy

FROM ghcr.io/feelpp/feelpp:jammy
RUN apt-get update && apt-get install -y \
python3 \
python3-pip \
wget

USER root
COPY . /home/feelpp/
RUN ls -lrtR /home/feelpp

RUN dpkg -i /home/feelpp/*.deb

USER feelpp
RUN wget -qO - http://apt.feelpp.org/apt.gpg | apt-key add
RUN echo "deb http://apt.feelpp.org/ubuntu/jammy jammy latest" | tee -a /etc/apt/sources.list.d/feelpp.list
RUN apt update

RUN apt-get update && apt-get install -y \
libfeelpp1 \
feelpp-tools \
feelpp-quickstart \
python3-feelpp \
feelpp-data \
libfeelpp-toolboxes1 \
libfeelpp-toolboxes1-all-dev \
feelpp-toolboxes \
feelpp-toolboxes-data
2 changes: 0 additions & 2 deletions docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ ifeval::["{project_name}" != "Benchmarking"]
{project_name} is a {feelpp} project. It was created using the repository template https://github.com/feelpp/benchmarking[`feelpp/benchmarking`].
endif::[]

NOTE: this documentation serves as a template for your project. You can edit it to fit your needs. You can also remove it if you don't need it.

.Coding with {feelpp} in {cpp} or {python}
[.examp]
****
Expand Down
1 change: 1 addition & 0 deletions docs/modules/gaya/nav.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* xref:index.adoc[Gaya Reports]
Loading

0 comments on commit 9bc633a

Please sign in to comment.