Skip to content
Snippets Groups Projects
Verified Commit bd5a554a authored by Ruben van Dijk's avatar Ruben van Dijk
Browse files

Docker ubuntu version to LTS.

parent 4d15f324
Branches
No related tags found
1 merge request!14Changed and added tables.
FROM ubuntu:22.10 AS base
FROM ubuntu:22.04 AS base
RUN apt-get update && DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install -y --no-install-recommends r-base-core && apt-get clean
FROM base AS libraries
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment