Skip to content

Commit

Permalink
Dockerfile: delete dead comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed May 22, 2024
1 parent d743cff commit 11d6941
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ RUN set -x && \
rm glibc-${VERSION}.apk && \
apk del --purge .deps

# Required for docker-compose to find zlib.
#ENV LD_LIBRARY_PATH=/lib:/usr/lib

#RUN VERSION=v2.27.0 && \
# DOCKER_COMPOSE_URL=https://github.com/docker/compose/releases/download/${VERSION}/docker-compose-linux-x86_64 && \
# wget -q -O /usr/local/bin/docker-compose ${DOCKER_COMPOSE_URL} && \
# chmod a+rx /usr/local/bin/docker-compose

# - - - - - - - - - - - - - - - - - - - - - -
# install commander source
# - - - - - - - - - - - - - - - - - - - - - -
Expand Down

0 comments on commit 11d6941

Please sign in to comment.