Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
commoodor authored Aug 8, 2024
1 parent 46e0e88 commit 9d2e7a8
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 @@ -4,7 +4,7 @@ FROM debian:stable-slim
# Define the version as a build argument
ARG VERSION

# Update, install dependencies, and fix SSL issues
# Install dependencies and fix SSL issues
RUN apt-get -y update \
&& apt-get -y upgrade \
&& apt-get -y install --no-install-recommends \
Expand Down

0 comments on commit 9d2e7a8

Please sign in to comment.