Skip to content

Commit

Permalink
update repo with new feelpp-project #6
Browse files Browse the repository at this point in the history
add dockerfile
  • Loading branch information
prudhomm committed May 14, 2023
1 parent 03724e4 commit cd45fec
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# -*- mode: Dockerfile -*-

FROM ghcr.io/feelpp/feelpp:jammy

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

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

USER feelpp

0 comments on commit cd45fec

Please sign in to comment.