fix
This commit is contained in:
parent
c80a8a2b6e
commit
2e07ace043
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM ubuntu:22.04
|
||||
|
||||
# Install flutter dependencies
|
||||
RUN apt-get update && apt-get install -y curl git wget unzip libgconf-2-4 gdb libstdc++6 libglu1-mesa fonts-droid-fallback lib32stdc++6 python3 xz-utils zip libglu1-mesa openjdk-8-jdk && apt-get clean
|
||||
RUN apt-get update && apt-get install -y curl git wget unzip libgconf-2-4 gdb fonts-droid-fallback python3 xz-utils zip libglu1-mesa openjdk-8-jdk && apt-get clean
|
||||
|
||||
# Set up new user
|
||||
RUN useradd -ms /bin/bash developer
|
||||
|
|
Loading…
Reference in a new issue