mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-11 22:10:11 +01:00
feat(image): moving to ubuntu bionic(18.04 LTS) docker image
Signed-off-by: Pawan <pawan@mayadata.io>
This commit is contained in:
parent
a73a59fd49
commit
2ae14f556b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue