mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 03:32:52 +00:00
build: update ubuntu version in docker image
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
### Set base image
|
### Set base image
|
||||||
FROM ubuntu:18.04
|
FROM ubuntu:20.04
|
||||||
|
|
||||||
LABEL version="2.0.0" \
|
LABEL version="2.0.0" \
|
||||||
description="Build environment for the StApps app." \
|
description="Build environment for the StApps app." \
|
||||||
@@ -79,7 +79,7 @@ RUN apt-get update -y && \
|
|||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
### Workaround to fix cacerts problem (Ubuntu 18.04):
|
### Workaround to fix cacerts problem (Ubuntu):
|
||||||
### https://stackoverflow.com/questions/6784463/error-trustanchors-parameter-must-be-non-empty)
|
### https://stackoverflow.com/questions/6784463/error-trustanchors-parameter-must-be-non-empty)
|
||||||
RUN rm /etc/ssl/certs/java/cacerts && \
|
RUN rm /etc/ssl/certs/java/cacerts && \
|
||||||
update-ca-certificates -f
|
update-ca-certificates -f
|
||||||
|
|||||||
Reference in New Issue
Block a user