Skip to content

Commit

Permalink
Add libs to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
miaow2 committed Jul 13, 2024
1 parent f866d34 commit fd0939c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV PYTHONDONTWRITEBYTECODE 1
ARG NETBOX_VERSION

RUN apt-get update \
&& apt-get install -y --no-install-recommends git \
&& apt-get install -y --no-install-recommends git postgresql-client libpq-dev gcc build-essential \
&& pip install --upgrade pip

# Install NetBox
Expand Down

0 comments on commit fd0939c

Please sign in to comment.