Skip to content

Commit c98b7df

Browse files
committed
[build]: install libssl1.0-dev to build snmpd in sonic slave stretch docker
Signed-off-by: Guohan Lu <gulv@microsoft.com>
1 parent 8d3f169 commit c98b7df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonic-slave-stretch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ RUN apt-get update && apt-get install -y \
168168
python-parse \
169169
# For snmpd
170170
default-libmysqlclient-dev \
171-
libssl-dev \
171+
libssl1.0-dev \
172172
libperl-dev \
173173
libpci-dev \
174174
libpci3 \

0 commit comments

Comments
 (0)