Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit d7b5b82

Browse files
Fix double quote
1 parent 0eda0e1 commit d7b5b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

naev/naev-macos/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ubuntu:20.04
22

33
LABEL org.opencontainers.image.authors "Jack Greiner <[email protected]>"
44
LABEL org.opencontainers.image.source "https://github.com/ProjectSynchro/synchros-sexy-docker-containers"
5-
LABEL org.opencontainers.image.description "MacOS cross-compile development environment for Naev, various dependencies for testing meson and autotools as well as additional Naev functionality.""
5+
LABEL org.opencontainers.image.description "MacOS cross-compile development environment for Naev, various dependencies for testing meson and autotools as well as additional Naev functionality."
66

77
# Add stable git PPA, deadsnakes ppa for python builds, and llvm apt repository (no building from source yay!)
88
RUN apt-get update && apt-get install -y software-properties-common curl apt-transport-https && \

0 commit comments

Comments
 (0)