generated from feelpp/feelpp-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docker modification and reorganization
- Loading branch information
1 parent
40907c6
commit 9bc633a
Showing
28 changed files
with
743 additions
and
5,027 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* xref:index.adoc[Gaya Reports] |
Oops, something went wrong.