Skip to content

Commit

Permalink
Use Ubuntu, drop Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderfefelov committed Dec 7, 2020
1 parent 64a9f90 commit a63b4ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:stretch-slim
FROM ubuntu:20.04

ARG KKMSERVER_VERSION=2.1.40.34_29.11.2020
ARG KKMSERVER_STUFF=KkmServer_$KKMSERVER_VERSION.deb
Expand All @@ -11,9 +11,9 @@ RUN apt-get -qq update \
&& apt-get -qq install --no-install-recommends \
ca-certificates \
libc6-dev \
libcurl3 \
libcurl4 \
libgdiplus \
libicu57 \
libicu66 \
liblttng-ust0 \
libssl1.1 \
netcat `# For health checks` \
Expand Down

0 comments on commit a63b4ea

Please sign in to comment.