Skip to content

Commit

Permalink
Start from alpine:3.7. Close #12
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrarimarco committed Mar 8, 2018
1 parent f537f1f commit 66d255d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM ubuntu:16.04
FROM alpine:3.7

LABEL maintainer "[email protected]"

# Install the necessary packages
RUN apt-get update \
&& apt-get install -y \
dnsmasq \
wget
RUN apk add --update \
dnsmasq \
wget \
&& rm -rf /var/cache/apk/*

ENV SYSLINUX_VERSION 6.03
ENV TEMP_SYSLINUX_PATH /tmp/syslinux-"$SYSLINUX_VERSION"
Expand Down

0 comments on commit 66d255d

Please sign in to comment.