Skip to content

Commit

Permalink
Merge pull request #17 from hmmccabe/hm_ncsdk2_dockerfile
Browse files Browse the repository at this point in the history
Dockerfile change to fix Docker build from GitHub repo
  • Loading branch information
ecopty authored May 10, 2018
2 parents 03e6091 + 8a0acc6 commit 588d12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:16.04

# Install necessary packages for the installer
RUN apt-get update && apt-get install -y --no-install-recommends \
RUN apt-get update && apt-get install -y \
build-essential \
sed \
sudo \
Expand Down

0 comments on commit 588d12f

Please sign in to comment.