Skip to content

Commit

Permalink
Moving off of Alpine linux to a distro with pandoc in official repos (#…
Browse files Browse the repository at this point in the history
…26)

Also updating orb level
  • Loading branch information
alexdialpad authored Sep 21, 2022
1 parent a9fbce4 commit d0ae769
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
linter: talkiq/linter@2.0.0
linter: talkiq/linter@3.1.0

jobs:
run-tests:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.10-alpine
FROM python:3.9-bullseye

# TODO Once the pandoc package makes it to stable, fetch it from there
RUN apk update && apk add git && apk add pandoc --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing
RUN apt-get update && apt-get install pandoc -y

COPY requirements.txt /requirements.txt
RUN pip install -r /requirements.txt
Expand Down

0 comments on commit d0ae769

Please sign in to comment.