[Git][haskell-team/package-plan][master] 2 commits: Add dockerfile to README.md.

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Wed Jul 20 21:48:59 BST 2022



Scott Talbert pushed to branch master at Debian Haskell Group / package-plan


Commits:
854ff3a4 by Ivan Perez at 2022-07-20T13:49:37+00:00
Add dockerfile to README.md.

- - - - -
68251b7b by Scott Talbert at 2022-07-20T20:48:55+00:00
Merge branch 'master' into 'master'

Add dockerfile to README.md

See merge request haskell-team/package-plan!9
- - - - -


1 changed file:

- README.md


Changes:

=====================================
README.md
=====================================
@@ -124,6 +124,24 @@ The script supports some options
    cabal-install. This will report packages that are neither key packages nor
    dependencies of such, and give hints about what should be cleaned up.
 
+The following Dockerfile may help test in a reproducible environment
+
+    FROM debian:sid
+
+    ENV DEBIAN_FRONTEND="noninteractive"
+    RUN apt-get update
+    RUN apt-get install --yes libfile-slurp-perl libipc-run-perl \
+     liblist-moreutils-perl libtext-patch-perl libdpkg-perl \
+     dctrl-tools patchutils git cabal-install ghc
+
+    # Replace the following with
+    # git clone <URI> -b <BRANCH_NAME>
+    # to test a specific branch.
+    RUN git clone https://salsa.debian.org/haskell-team/package-plan.git
+    RUN cabal update
+    WORKDIR package-plan
+    CMD ./test-packages.pl
+
 Jenkins integration
 -------------------
 



View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/compare/2ed879a9e98c455fa8ec7271a49715488b472b64...68251b7b95263dd882f18616347de4413472aa51

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/compare/2ed879a9e98c455fa8ec7271a49715488b472b64...68251b7b95263dd882f18616347de4413472aa51
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20220720/2adae5a1/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list