Skip to content

Commit f17290f

Browse files
committed
Fixing issue on Dockerfile
1 parent 4d39249 commit f17290f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.7-slim-buster
22
MAINTAINER Devin Matte <matted@csh.rit.edu>
33

44
RUN apt-get -yq update && \
5-
apt-get -yq --no-install-recommends install gcc curl libsasl2-dev libldap2-dev libssl-dev && \
5+
apt-get -yq --no-install-recommends install gcc curl libsasl2-dev libldap2-dev libssl-dev gnupg2 && \
66
apt-get -yq clean all
77

88
RUN mkdir /opt/packet

0 commit comments

Comments
 (0)