Skip to content

Commit

Permalink
removing dockerfile packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonis committed Jan 4, 2018
1 parent 9110ee0 commit 63cefd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ktools
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM coreoasis/oasis_base:latest

RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y gcc g++ build-essential libmysqlclient-dev make libtool automake autoconf zlib1g-dev && \
apt-get install -y gcc g++ build-essential make libtool automake autoconf zlib1g-dev && \
rm -rf /var/lib/apt/lists/*

WORKDIR /var/oasis/ktools
Expand Down

0 comments on commit 63cefd6

Please sign in to comment.