Skip to content

Commit

Permalink
Fix autobahn installation in docker (#1503)
Browse files Browse the repository at this point in the history
  • Loading branch information
om26er committed Nov 18, 2021
1 parent 99794e8 commit 4b14cea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile.cpy-slim
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ RUN apt-get update \
libsqlite3-dev \
libncurses5-dev \
libsnappy-dev \
pkg-config \
libcairo2-dev \
libgirepository1.0-dev \
&& pip install --upgrade --no-cache-dir setuptools pip wheel \
&& rm -rf ~/.cache \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 4b14cea

Please sign in to comment.