Skip to content

Commit

Permalink
Merge pull request #25 from left-try/master
Browse files Browse the repository at this point in the history
Add support for PyNaCl
  • Loading branch information
vstakhov committed Sep 17, 2024
2 parents d1d59d3 + 93c933c commit 1674903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fedora-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN dnf install -y \
rm /var/log/*.log && rm -r /var/cache/dnf

RUN dnf install -y \
python3 python3-pip python3-setuptools python3-demjson python3-psutil python3-requests python3-tornado \
python3 python3-pip python3-setuptools python3-demjson python3-psutil python3-requests python3-tornado python3-pynacl\
opendkim redis gdb && \
rm /var/log/*.log && rm -r /var/cache/dnf && \
pip3 install --no-cache --disable-pip-version-check --no-binary :all: robotframework
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG build_deps="binutils-dev cmake gcc g++ libarchive-dev libc6-dev libevent-dev
ARG ci_deps="git sudo"
ARG vectorscan_deps="cmake g++ git libboost-dev libsqlite3-dev pkg-config python3-dev ragel"
ARG test_deps="clickhouse-server gdb miltertest opendkim-tools python3-tornado redis-server"
ARG robot_test_deps="python3 python3-pip python3-setuptools python3-demjson python3-psutil python3-requests"
ARG robot_test_deps="python3 python3-pip python3-setuptools python3-demjson python3-psutil python3-requests python3-nacl"

ARG c_compiler=gcc
ARG cxx_compiler=g++
Expand Down

0 comments on commit 1674903

Please sign in to comment.