Skip to content

Commit

Permalink
remove '--no-install-recommends' flag from apt install command to fix…
Browse files Browse the repository at this point in the history
… Docker build from GitHub repo
  • Loading branch information
hmmccabe committed May 7, 2018
1 parent 03e6091 commit 8a0acc6
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 8a0acc6

Please sign in to comment.