Skip to content

Commit

Permalink
Revert "patch: aptでmysqlの署名キー期限切れが発生しておりインストールでコケるのをパッチする apache/airf…
Browse files Browse the repository at this point in the history
  • Loading branch information
1natsu172 authored Jan 15, 2024
1 parent e905e87 commit 829ac32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions webapp/go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ FROM golang:1.21.0-bookworm

WORKDIR /tmp
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update &&\
apt-get install -y gnupg2 &&\
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B7B3B788A8D3785C &&\
apt-get update && \
RUN apt-get update && \
apt-get -y upgrade && \
apt-get install -y curl wget gcc g++ make sqlite3 locales locales-all && \
wget -q https://dev.mysql.com/get/mysql-apt-config_0.8.29-1_all.deb && \
Expand Down
5 changes: 1 addition & 4 deletions webapp/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ FROM node:20.9.0-bullseye-slim

WORKDIR /tmp
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update &&\
apt-get install -y gnupg2 &&\
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B7B3B788A8D3785C &&\
apt-get update && \
RUN apt-get update && \
apt-get -y upgrade && \
apt-get install -y curl wget gcc g++ make sqlite3 locales locales-all && \
wget -q https://dev.mysql.com/get/mysql-apt-config_0.8.29-1_all.deb && \
Expand Down

0 comments on commit 829ac32

Please sign in to comment.