Skip to content

Commit

Permalink
sigh - try ubuntu 20
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Sep 4, 2024
1 parent 087c195 commit 546468c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ubuntu18-gcc11-cmake328/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:20.04
ENV LANG C.UTF-8

Check warning on line 2 in ubuntu18-gcc11-cmake328/Dockerfile

View workflow job for this annotation

GitHub Actions / build_image

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

ARG JOBS
Expand Down Expand Up @@ -41,7 +41,7 @@ RUN apt-get install -y \
alsa-tools \
libasound2-dev \
libjack-dev \
libfreetype6-dev \
libfreetype-dev \
libfontconfig1-dev \
libxinerama-dev \
libxcb-xinerama0 \
Expand Down

0 comments on commit 546468c

Please sign in to comment.