Skip to content

Commit d1deda1

Browse files
authored
Update Dockerfile-core
1 parent 0f813b3 commit d1deda1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-core

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ RUN useradd -r -M -U -d /opt/countly -s /bin/false countly && \
7272
chown -R countly:countly /opt/countly && \
7373
# cleanup
7474
npm remove -y --no-save mocha nyc should supertest && \
75-
apt-get -y remove build-essential libkrb5-dev git sqlite3 wget \
75+
apt-get -y remove build-essential libkrb5-dev sqlite3 wget \
7676
gcc g++ make binutils autoconf automake autotools-dev libtool pkg-config zlib1g-dev libcunit1-dev libssl-dev libxml2-dev libev-dev libevent-dev libjansson-dev libjemalloc-dev cython python3-dev python-setuptools && \
7777
apt-get -y install gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils && \
7878
apt-get clean && \

0 commit comments

Comments
 (0)