We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a485a68 commit d8052e2Copy full SHA for d8052e2
1 file changed
docker/Dockerfile
@@ -113,10 +113,6 @@ RUN apt-get install -qy \
113
postgresql-11 \
114
postgresql-server-dev-11
115
116
-RUN pip install \
117
- psycopg2
118
-
119
120
# Get the key used to sign the libyang repo
121
RUN wget -nv http://download.opensuse.org/repositories/home:liberouter/Debian_9.0/Release.key
122
RUN apt-key add - < Release.key
@@ -127,7 +123,7 @@ RUN echo "deb http://download.opensuse.org/repositories/home:/liberouter/Debian_
127
123
128
124
# Update the package defs, and install the desired mysql from the mysql repo
129
125
RUN apt-get update
130
-RUN apt-get install -qy libyang
126
+RUN apt-get install -qy libyang1
131
132
# This is expected to exist by the mysql startup scripts:
133
#RUN touch /etc/mysql/debian.cnf
0 commit comments