Skip to content

Commit d8052e2

Browse files
committed
Removed the psychopg2 installation (for now) and changed a library name (libyang -> libyang1)
- Legacy-Id: 18691
1 parent a485a68 commit d8052e2

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

docker/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,6 @@ RUN apt-get install -qy \
113113
postgresql-11 \
114114
postgresql-server-dev-11
115115

116-
RUN pip install \
117-
psycopg2
118-
119-
120116
# Get the key used to sign the libyang repo
121117
RUN wget -nv http://download.opensuse.org/repositories/home:liberouter/Debian_9.0/Release.key
122118
RUN apt-key add - < Release.key
@@ -127,7 +123,7 @@ RUN echo "deb http://download.opensuse.org/repositories/home:/liberouter/Debian_
127123

128124
# Update the package defs, and install the desired mysql from the mysql repo
129125
RUN apt-get update
130-
RUN apt-get install -qy libyang
126+
RUN apt-get install -qy libyang1
131127

132128
# This is expected to exist by the mysql startup scripts:
133129
#RUN touch /etc/mysql/debian.cnf

0 commit comments

Comments
 (0)