Skip to content

Commit

Permalink
Refactor (Dockerfile): Add missing final newline to files (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeltimothyoh committed Oct 14, 2022
1 parent 6b268d8 commit 260a79e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion variants/git/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Ignore all files/folders in directory
/*
/*
2 changes: 1 addition & 1 deletion variants/git/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ ENV LANG="en_US.UTF-8" \
LC_ALL="en_US.UTF-8"

ENV STEAMCMD_DIR $STEAMCMD_DIR
ENV PATH $PATH:$STEAMCMD_DIR
ENV PATH $PATH:$STEAMCMD_DIR
2 changes: 1 addition & 1 deletion variants/minimal/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Ignore all files/folders in directory
/*
/*
2 changes: 1 addition & 1 deletion variants/minimal/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ ENV LANG="en_US.UTF-8" \
LC_ALL="en_US.UTF-8"

ENV STEAMCMD_DIR $STEAMCMD_DIR
ENV PATH $PATH:$STEAMCMD_DIR
ENV PATH $PATH:$STEAMCMD_DIR

0 comments on commit 260a79e

Please sign in to comment.