feat(image): moving to ubuntu bionic(18.04 LTS) docker image

Signed-off-by: Pawan <pawan@mayadata.io>
This commit is contained in:
Pawan 2020-12-10 12:45:31 +05:30 committed by Pawan Prakash Sharma
parent a73a59fd49
commit 2ae14f556b

View file

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
FROM ubuntu:19.10 FROM ubuntu:18.04
RUN apt-get clean && rm -rf /var/lib/apt/lists/* RUN apt-get clean && rm -rf /var/lib/apt/lists/*
RUN apt-get update; exit 0 RUN apt-get update; exit 0
RUN apt-get -y install rsyslog libssl-dev xfsprogs ca-certificates RUN apt-get -y install rsyslog libssl-dev xfsprogs ca-certificates