Skip to content

Commit

Permalink
Prefer long command line options
Browse files Browse the repository at this point in the history
Co-authored-by: Nick <[email protected]>
  • Loading branch information
jsf9k and mcdonnnj authored Dec 19, 2022
1 parent 6e1d115 commit f2a1a8d
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 @@ -63,7 +63,7 @@ RUN pip3 install --no-cache-dir \
###
COPY src/rebuild-symlinks.py src/entrypoint.sh src/version.txt /opt/certbot/
COPY src/config /root/.aws/config
RUN ln -snf /run/secrets/credentials /root/.aws/credentials
RUN ln --symbolic --no-dereference --force /run/secrets/credentials /root/.aws/credentials

###
# Prepare to run
Expand Down

0 comments on commit f2a1a8d

Please sign in to comment.