Skip to content
This repository has been archived by the owner on Jan 13, 2020. It is now read-only.

Commit

Permalink
Fix Dockerfile typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shinebayar-g committed Nov 8, 2018
1 parent fe90aa7 commit c822542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
ROM node:8-slim as build-deps
FROM node:8-slim as build-deps
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y rsync && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit c822542

Please sign in to comment.