This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump Fedora docker image version (31 -> 32)
and run cppformat only on Ubuntu, it has required clang-format (9.0).
- Loading branch information
1 parent
e5b2f68
commit 1c3ec1d
Showing
5 changed files
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,12 +35,12 @@ | |
# | ||
|
||
# Pull base image | ||
FROM fedora:31 | ||
FROM fedora:32 | ||
MAINTAINER [email protected] | ||
|
||
# Set required environment variables | ||
ENV OS fedora | ||
ENV OS_VER 31 | ||
ENV OS_VER 32 | ||
ENV PACKAGE_MANAGER rpm | ||
ENV NOTTY 1 | ||
|
||
|