Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro Infrastructure
libretro-build-mxe-win-cross-cores
Commits
800ffad2
Commit
800ffad2
authored
Jan 10, 2021
by
jdgleaver
Browse files
Dockerfile.gcc10: Add bsdmainutils
parent
a5c61bf1
Pipeline
#10046
passed with stage
in 175 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.gcc10
View file @
800ffad2
...
@@ -63,7 +63,8 @@ ENV PACKAGES \
...
@@ -63,7 +63,8 @@ ENV PACKAGES \
unzip \
unzip \
wget \
wget \
xz-utils \
xz-utils \
nasm
nasm \
bsdmainutils
RUN set -eux; \
RUN set -eux; \
apt-get update; \
apt-get update; \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment