Skip to content

Commit

Permalink
feat: add git-lfs to docker container (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
H0R5E authored Mar 15, 2022
1 parent 8ee4d4b commit 184e365
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# This Dockerfile is only for GitHub Actions
FROM python:3.9

RUN set -ex; \
apt-get update; \
apt-get install -y --no-install-recommends \
git-lfs

ENV PYTHONPATH /semantic-release

COPY . /semantic-release
Expand Down

0 comments on commit 184e365

Please sign in to comment.