Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dudleycodes committed Mar 9, 2024
1 parent addff30 commit 4af9cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ HEALTHCHECK NONE

RUN dpkg --add-architecture i386 &&`
apt-get update && apt-get install --no-install-recommends -y `
ca-certificates lib32gcc-s1 libstdc++6 libssl1.1:i386 libstdc++6:i386 locales locales-all tmux zlib1g:i386 &&`
ca-certificates lib32gcc-s1 libstdc++6 libssl1.1:i386 libstdc++6:i386 locales locales-all tmux zlib1g:i386 `
# Agones Dependencies (https://github.com/LacledesLAN/gamesvr-svencoop/pull/40)
curl jq &&`
apt-get clean &&`
Expand Down

0 comments on commit 4af9cc1

Please sign in to comment.