Skip to content

Commit

Permalink
typo in docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleardreamer committed Feb 2, 2019
1 parent 57862dc commit 88dff86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ COPY . /opt/oak
RUN npm install \
&& npm test \
&& npm prune --production \
&& apt-get install -y xvfb xauth \
&& apt-get remove --purge -y xvfb xauth \
&& apt-get autoremove -y \
&& npm link \
&& apt-get clean \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ COPY . /opt/oak
RUN npm install \
&& npm test \
&& npm prune --production \
&& apt-get install -y xvfb xauth \
&& apt-get remove --purge -y xvfb xauth \
&& apt-get autoremove -y \
&& npm link \
&& apt-get clean \
Expand Down

0 comments on commit 88dff86

Please sign in to comment.