Skip to content

Commit

Permalink
Attempt at getting pcre dependency inside there
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMDoerner committed Oct 27, 2023
1 parent ee9739f commit 0da67a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Book
run: |
sudo apt update -y
sudo apt install -y libpcre++-dev
nimble nimidocs
run: docker-compose run book

Docs:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM bitnami/minideb

RUN apt-get update && apt-get install -y curl xz-utils gcc openssl ca-certificates git
RUN apt-get update && apt-get install -y curl xz-utils gcc openssl ca-certificates git libpcre++-dev

WORKDIR /root/
RUN curl https://nim-lang.org/choosenim/init.sh -sSf | bash -s -- -y
Expand Down

0 comments on commit 0da67a2

Please sign in to comment.