Skip to content

Commit

Permalink
Revert "Revert "fix(docker-build) fixes docker image build installati…
Browse files Browse the repository at this point in the history
…on with netcat""

This reverts commit b71e8a3.
  • Loading branch information
vchendrix committed Sep 8, 2023
1 parent d1549ae commit 7c416e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ WORKDIR /app
# Run OS updates
# create unprivileged user, create application directories, and ensure proper permissions
# Install application dependencies
RUN apt-get update && apt-get install -y --no-install-recommends netcat python-dev libldap2-dev libsasl2-dev libssl-dev \
RUN apt-get update && apt-get install -y --no-install-recommends libldap2-dev libsasl2-dev libssl-dev netcat-traditional\
&& rm -rf /var/lib/apt/lists/* \
&& groupadd -g ${GID} webapp \
&& useradd -u ${UID} -g ${GID} -c 'Web app User' webapp \
Expand Down

0 comments on commit 7c416e4

Please sign in to comment.