mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
fix nomad and atom
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
3d2b81d43e
commit
508ed66544
|
@ -29,12 +29,12 @@ ENV DEBIAN_FRONTEND noninteractive
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
apt-transport-https \
|
apt-transport-https \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl \
|
|
||||||
gnupg \
|
gnupg \
|
||||||
|
wget \
|
||||||
--no-install-recommends
|
--no-install-recommends
|
||||||
|
|
||||||
# Add the atom debian repo
|
# Add the atom debian repo
|
||||||
RUN curl -sSL https://packagecloud.io/AtomEditor/atom/gpgkey | apt-key add -
|
RUN wget -qO- https://packagecloud.io/AtomEditor/atom/gpgkey | apt-key add -
|
||||||
RUN sh -c 'echo "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main" > /etc/apt/sources.list.d/atom.list'
|
RUN sh -c 'echo "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main" > /etc/apt/sources.list.d/atom.list'
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
|
|
|
@ -11,6 +11,7 @@ RUN apk add --no-cache \
|
||||||
gcc \
|
gcc \
|
||||||
git \
|
git \
|
||||||
libgcc \
|
libgcc \
|
||||||
|
linux-headers \
|
||||||
make \
|
make \
|
||||||
musl-dev \
|
musl-dev \
|
||||||
npm \
|
npm \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user