mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-23 03:20:19 +08:00
update dockerfile to bionic, remove dev packages
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
FROM ubuntu:xenial
|
||||
FROM ubuntu:bionic
|
||||
|
||||
# Install dependencies from apt
|
||||
RUN apt-get -y update && \
|
||||
apt-get install -y python-pip python-dev libssl-dev libffi-dev rng-tools libgmp3-dev lsof sqlite3 gnupg2
|
||||
apt-get install -y python-pip rng-tools libgmp3-dev lsof sqlite3 gnupg2
|
||||
|
||||
# add a minimal pid 1
|
||||
ENV TINI_VERSION v0.18.0
|
||||
|
||||
Reference in New Issue
Block a user