diff options
Diffstat (limited to 'scripts/Dockerfile')
-rw-r--r-- | scripts/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Dockerfile b/scripts/Dockerfile index 61085b5..f45af42 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -25,4 +25,4 @@ RUN apt-get install -y \ COPY . /root/src/sweetcomb WORKDIR /root/src/sweetcomb -RUN make install-dep && make build-scvpp && make build-plugins
\ No newline at end of file +RUN make install-dep && make build-scvpp && make build-plugins |