mirror of
https://github.com/luzifer-docker/teamspeak3.git
synced 2024-11-13 22:22:43 +00:00
commit
8da0e2db07
1 changed files with 4 additions and 4 deletions
|
@ -4,12 +4,12 @@
|
|||
###############################################
|
||||
|
||||
# Using latest Ubuntu image as base
|
||||
FROM ubuntu
|
||||
FROM ubuntu:16.04
|
||||
|
||||
MAINTAINER Alex
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y wget --no-install-recommends \
|
||||
&& apt-get install -y wget bzip2 --no-install-recommends \
|
||||
&& rm -r /var/lib/apt/lists/*
|
||||
|
||||
## Set some variables for override.
|
||||
|
|
Loading…
Reference in a new issue