mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-21 13:29:36 +00:00
Merge pull request #227 from mcayland/fix/update-ubuntu-version
Dockerfile: update Ubuntu base image from 20.04 to 22.04
This commit is contained in:
commit
4ff2d7d902
@ -1,12 +1,12 @@
|
|||||||
# vim:ft=dockerfile
|
# vim:ft=dockerfile
|
||||||
|
|
||||||
# Base image
|
# Base image
|
||||||
FROM ubuntu:20.04 AS base
|
FROM ubuntu:22.04 AS base
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
||||||
cmake libgmp-dev libmpfr-dev libmpc-dev \
|
cmake libgmp-dev libmpfr-dev libmpc-dev \
|
||||||
libboost-all-dev bison texinfo \
|
libboost-all-dev bison texinfo bzip2 \
|
||||||
ruby flex curl g++ git macutils
|
ruby flex curl g++ git macutils
|
||||||
|
|
||||||
# Add toolchain to default PATH
|
# Add toolchain to default PATH
|
||||||
|
Loading…
Reference in New Issue
Block a user