Skip to content

Instantly share code, notes, and snippets.

@Nuc1eoN
Last active January 27, 2019 00:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nuc1eoN/92c4c2bbabf342f529c63b7d52f8d31a to your computer and use it in GitHub Desktop.
Save Nuc1eoN/92c4c2bbabf342f529c63b7d52f8d31a to your computer and use it in GitHub Desktop.
permission error
=> [4/8] RUN mkdir /home/steam/steamcmd 0.4s
=> [5/8] ADD --chown=steam https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz steamcmd_linux.tar.gz 0.2s
=> ERROR [6/8] RUN tar -zxf steamcmd_linux.tar.gz && rm steamcmd_linux.tar.gz 0.3s
------
> [6/8] RUN tar -zxf steamcmd_linux.tar.gz && rm steamcmd_linux.tar.gz:
#11 0.227 tar (child): steamcmd_linux.tar.gz: Cannot open: Permission denied
#11 0.227 tar (child): Error is not recoverable: exiting now
#11 0.228 tar: Child returned status 2
#11 0.228 tar: Error is not recoverable: exiting now
------
executor failed running [/bin/sh -c tar -zxf steamcmd_linux.tar.gz && rm steamcmd_linux.tar.gz]: exit code: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment