Skip to content

Commit

Permalink
Update builder.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Daztek authored Dec 6, 2023
1 parent f8a4415 commit 9c6bab5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# build dependencies change. This docker image created is pushed to Dockerhub and GHCR and is the base
# image when users build their own docker images for NWNX:EE.

FROM ubuntu:18.04
FROM debian:buster-slim

RUN buildDeps="build-essential \
git \
Expand All @@ -27,9 +27,6 @@ RUN buildDeps="build-essential \
bison \
ccache" \
&& apt-get update \
&& apt-get install -y --no-install-recommends software-properties-common \
&& add-apt-repository ppa:git-core/ppa \
&& apt-get update \
&& apt-get install -y --no-install-recommends $buildDeps \
&& apt-get clean \
&& rm -r /var/lib/apt/lists /var/cache/apt \
Expand Down

0 comments on commit 9c6bab5

Please sign in to comment.