Skip to content

Commit

Permalink
fixed mobile backchannel build
Browse files Browse the repository at this point in the history
Signed-off-by: Sheldon Regular <sheldon.regular@gmail.com>
  • Loading branch information
nodlesh committed Jan 8, 2024
1 parent 7f3655b commit ce2f963
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions aries-backchannels/mobile/Dockerfile.mobile
@@ -1,8 +1,11 @@
FROM python:3.7-buster
FROM python:3.9-slim-bullseye

RUN mkdir -p /aries-backchannels
WORKDIR /aries-backchannels

RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CE7709D068DB5E88 \
RUN apt-get update \
&& apt-get install -y git gnupg2 software-properties-common curl \
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CE7709D068DB5E88 \
&& apt-get update \
&& apt-get install -y software-properties-common \
&& apt-get update
Expand Down

0 comments on commit ce2f963

Please sign in to comment.