Skip to content

Commit

Permalink
revert: remove snapcraft
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Feb 7, 2024
1 parent d2ab0fd commit b7440db
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions bionic-arm64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ RUN curl --silent --location https://deb.nodesource.com/setup_16.x | sudo -E bas
RUN apt-get update && apt-get install -y nodejs
RUN npm install -g node-gyp

# Snapcraft
RUN apt-get update && apt-get install -y snapd snapcraft

# Install docker client
RUN sudo mkdir -m 0755 -p /etc/apt/keyrings
RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
Expand Down
3 changes: 0 additions & 3 deletions bionic-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ RUN npm install -g node-gyp
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
RUN python --version

# Snapcraft
RUN apt-get update && apt-get install -y snapd snapcraft

# Install docker client
RUN sudo mkdir -m 0755 -p /etc/apt/keyrings
RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
Expand Down
3 changes: 0 additions & 3 deletions focal-arm64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ RUN apt-get update && apt-get install -y nodejs
RUN npm install -g npm@latest
RUN npm install -g node-gyp

# Snapcraft
RUN apt-get update && apt-get install -y snapd snapcraft

# Install docker client
RUN sudo mkdir -m 0755 -p /etc/apt/keyrings
RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
Expand Down
3 changes: 0 additions & 3 deletions focal-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ RUN npm install -g npm@latest node-gyp yarn
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
RUN python --version

# Snapcraft
RUN apt-get update && apt-get install -y snapd snapcraft

# Install docker client
RUN sudo mkdir -m 0755 -p /etc/apt/keyrings
RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
Expand Down

0 comments on commit b7440db

Please sign in to comment.