Skip to content

Commit

Permalink
Merge pull request #4 from luthersystems/sam-at-luther/Fix_azcli_deps
Browse files Browse the repository at this point in the history
Sam at luther/fix azcli deps
  • Loading branch information
sam-at-luther authored Jun 3, 2022
2 parents 3b75b43 + 9944e50 commit 6f6adaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions images/Dockerfile.build-godynamic
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ ENV GOPATH=/go
ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
WORKDIR /go
RUN apk add --no-cache ca-certificates tzdata libltdl rsync zip openssh git-lfs bash shadow gcc musl-dev make linux-headers curl tini gcompat python3 jq
RUN apk add --no-cache ca-certificates tzdata libltdl rsync zip openssh git-lfs bash shadow gcc musl-dev make linux-headers curl tini gcompat python3 jq py3-pip

RUN apk add --update docker openrc
RUN apk add --no-cache docker docker-compose openrc
RUN rc-update add docker boot

COPY build-godynamic.mk /opt/Dockerfile.godynamic.mk
Expand Down
2 changes: 1 addition & 1 deletion images/Dockerfile.build-js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN gpg --verify awscliv2.sig awscliv2.zip
FROM node:14.19-bullseye
MAINTAINER Sam Wood <sam.wood@luthersystems.com>

RUN apt-get update && apt-get install --no-install-recommends -y libltdl-dev rsync zip git-lfs tini ca-certificates docker.io apt-transport-https lsb-release gnupg && rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get install --no-install-recommends -y libltdl-dev rsync zip git-lfs tini ca-certificates docker.io apt-transport-https lsb-release gnupg python2 python2-dev && rm -rf /var/lib/apt/lists/*
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata

RUN npm install -g npm
Expand Down

0 comments on commit 6f6adaf

Please sign in to comment.