Skip to content

Commit

Permalink
chore(dockerfiles): add opt dep python-defusedxml
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Jan 2, 2024
1 parent cab4552 commit f8e9609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ COPY ./locale/. /opt/app-build/locale
COPY ./PKGBUILD ./Makefile ./README.md ./pyproject.toml ./LICENSE /opt/app-build/
COPY ./pikaur/. /opt/app-build/pikaur
RUN echo ">>>> Installing opt deps:" && \
pacman -Sy devtools python-pysocks --noconfirm --needed && \
pacman -Sy devtools python-pysocks python-defusedxml --noconfirm --needed && \
echo ">>>> Preparing build directory:" && \
chown -R user /opt/app-build/ && \
echo ">>>> Fetching git tags:" && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_export
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV LANG=en_US.utf8 \

RUN echo ">>>> Installing opt and test deps:" && \
pacman -Sy --noconfirm --needed --color=always \
devtools python-pysocks \
devtools python-pysocks python-defusedxml \
iputils python-virtualenv \
flake8 python-pylint mypy vulture bandit shellcheck && \
echo ">>>> Preparing build directory:" && \
Expand Down

0 comments on commit f8e9609

Please sign in to comment.