Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
HermitCore
hermit-docker
Commits
a0005638
Commit
a0005638
authored
Oct 01, 2019
by
Stefan Lankes
Browse files
don't install HermitCore compiler in the Docker container
parent
5e671a75
Pipeline
#189610
canceled with stage
in 14 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
a0005638
...
...
@@ -10,13 +10,13 @@ RUN apt-get -qq update
RUN
apt-get
install
-y
apt-transport-https curl wget vim git binutils autoconf automake make cmake qemu-kvm qemu-system-x86 nasm gcc g++ build-essential libtool bsdmainutils libssl-dev python pkg-config lld
# add path to hermitcore packets
RUN
echo
"deb [trusted=yes] https://dl.bintray.com/hermitcore/ubuntu bionic main"
|
tee
-a
/etc/apt/sources.list
#
RUN echo "deb [trusted=yes] https://dl.bintray.com/hermitcore/ubuntu bionic main" | tee -a /etc/apt/sources.list
# Update Software repository
RUN
apt-get
-qq
update
#
RUN apt-get -qq update
# Install required packets from ubuntu repository
RUN
apt-get
install
-y
--allow-unauthenticated
binutils-hermit gcc-hermit-rs
#newlib-hermit-rs pte-hermit-rs gcc-hermit-rs libhermit-rs
#
RUN apt-get install -y --allow-unauthenticated binutils-hermit gcc-hermit-rs #newlib-hermit-rs pte-hermit-rs gcc-hermit-rs libhermit-rs
# Install Rust toolchain
RUN
cp
/src/config.toml /src/rust
...
...
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