Skip to content

Commit

Permalink
fix missing python3-memcache (issue #119)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarischaefer committed Jul 30, 2020
1 parent dcf7b10 commit a0f72f5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Dockerfile
Expand Up @@ -33,20 +33,22 @@ RUN echo 'LANG=C.UTF-8' > /etc/default/locale && \
mtr-tiny \
nagios-plugins \
nmap \
python-mysqldb \
rrdcached \
rrdtool \
sendmail \
smbclient \
git \
python-ipaddress \
python-memcache \
sudo \
curl \
ipmitool \
acl \
vim-tiny \
unzip \
python-mysqldb \
python-ipaddress \
python-memcache \
python3-mysqldb \
python3-memcache \
python3-pip \
python3-setuptools \
libodbc1 \
Expand Down

0 comments on commit a0f72f5

Please sign in to comment.