Skip to content

Commit

Permalink
Fix typo in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Apr 18, 2024
1 parent 44a4f40 commit 2a755be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV GS_UID=1001
ENV GS_GID=100

RUN apt-get update \
&& apt-get upgrade -y; \
&& apt-get upgrade -y \
&& apt-get install --assume-yes --no-install-recommends \
ca-certificates \
gosu \
Expand Down

0 comments on commit 2a755be

Please sign in to comment.