Skip to content

Commit

Permalink
Error in Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-northcutt committed Jun 13, 2017
1 parent a5d9f7c commit 73461de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:16.04
RUN mkdir /drake-distro
COPY drake /drake-distro
COPY . /drake-distro
RUN apt-get update && yes "Y" \
| /drake-distro/setup/ubuntu/16.04/install_prereqs.sh \
&& rm -rf /var/lib/apt/lists/* \
Expand Down

0 comments on commit 73461de

Please sign in to comment.