Skip to content

Commit

Permalink
Fix missing /etc/protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
cuducos committed Jan 5, 2021
1 parent 4a3fb38 commit 5f21032
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN apt-get update && \
npm install -g --unsafe-perm [email protected] && \
elm package install --yes && \
apt-get purge -y netbase && \
echo "tcp 6 TCP # transmission control protocol" > /etc/protocols && \
rm -rf /var/lib/apt/lists/*

CMD ["elm-app", "start"]

0 comments on commit 5f21032

Please sign in to comment.