Skip to content

Commit

Permalink
Remove redundant folders
Browse files Browse the repository at this point in the history
Signed-off-by: dumitru <[email protected]>
  • Loading branch information
x3medima17 authored and l4l committed Jan 13, 2018
1 parent fc4da0f commit 95954b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/develop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,7 @@ RUN git clone git://github.com/warchant/ed25519.git /tmp/ed25519; \
RUN adduser iroha-ci
WORKDIR /opt/iroha
RUN chmod -R 777 /opt/iroha; \
mkdir -p /tmp/ccache; \
chmod -R 777 /tmp/
mkdir -p /tmp/ccache -m 777;

USER iroha-ci

Expand Down

0 comments on commit 95954b7

Please sign in to comment.