Skip to content

Commit

Permalink
TIDY: Removed commented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlwilson committed Sep 15, 2023
1 parent a2e52f5 commit d6e40a0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile_dev
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ ENV JAVA_OPTS=$JAVA_OPTS
ARG VERAPDF_REST_VERSION
ENV VERAPDF_REST_VERSION=${VERAPDF_REST_VERSION:-0.2.0-SNAPSHOT}

# RUN apt-get update && apt-get install -y --no-install-recommends \
# ssl-cert \
# ca-certificates-java \
# && rm -rf /var/lib/apt/lists/*
COPY --from=dev-builder /usr/local/bin/dumb-init /usr/local/bin/dumb-init
RUN chmod +x /usr/local/bin/dumb-init

Expand Down

0 comments on commit d6e40a0

Please sign in to comment.