Skip to content

Commit

Permalink
Merge pull request #7 from samos123/upstream-master
Browse files Browse the repository at this point in the history
Fix issue with using ubuntu:latest
  • Loading branch information
pszalko authored Jun 21, 2016
2 parents ccaffef + 5ba28e0 commit fc887c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM ubuntu:16.04
MAINTAINER Przemek Szalko <[email protected]>

ENV DEBIAN_FRONTEND noninteractive
Expand Down
3 changes: 0 additions & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

set -e

# start logging
service rsyslog start

# enable IP forwarding
sysctl -w net.ipv4.ip_forward=1

Expand Down

0 comments on commit fc887c1

Please sign in to comment.