Skip to content

Commit

Permalink
[Minor] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
left-try committed Sep 15, 2024
1 parent 13355eb commit 93c933c
Showing 1 changed file with 1 addition and 1 deletion.
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 python3-Knacl"
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 93c933c

Please sign in to comment.