Last active
January 27, 2019 00:17
-
-
Save Nuc1eoN/92c4c2bbabf342f529c63b7d52f8d31a to your computer and use it in GitHub Desktop.
permission error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=> [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