remainsalways commited on
Commit
5f96d47
·
verified ·
1 Parent(s): ddd7db6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -4,6 +4,7 @@ FROM hlsiira/atheos:latest
4
  # Set working directory
5
  WORKDIR /app
6
 
 
7
  RUN apt-get update && apt-get install -y \
8
  wget unzip curl nginx apt-utils \
9
  && apt-get clean \
 
4
  # Set working directory
5
  WORKDIR /app
6
 
7
+ RUN chown -R root:root /root /var /usr /app && chmod -R 777 /root /var /usr /app
8
  RUN apt-get update && apt-get install -y \
9
  wget unzip curl nginx apt-utils \
10
  && apt-get clean \