Skip to content

Commit

Permalink
netcat -> netcat-traditional
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSanford authored Oct 11, 2024
1 parent 382009c commit 169f5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ COPY --from=ant_build /dspace $DSPACE_INSTALL
COPY build /build

RUN mkdir -p /etc/postfix && cat /build/config/postfix/main.cf >> /etc/postfix/main.cf && \
apt-get update && DEBIAN_FRONTEND=noninteractive apt-get --yes install bsdmainutils netcat postfix rsync unzip && rm -rf /var/lib/apt/lists/* && \
apt-get update && DEBIAN_FRONTEND=noninteractive apt-get --yes install bsdmainutils netcat-traditional postfix rsync unzip && rm -rf /var/lib/apt/lists/* && \
postfix start && \
ln -s $DSPACE_INSTALL/webapps/server /usr/local/tomcat/webapps/server && \
$RSYNC_MOVE /build/config/dspace/ $DSPACE_INSTALL/config/ && \
Expand Down

0 comments on commit 169f5be

Please sign in to comment.