Skip to content

Commit e99e22d

Browse files
committed
Fixes #65, Fixes #64, Fixes #63, Fixes #62, Fixes #61, Fixes #20
1 parent 1778b49 commit e99e22d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN \
1616
https://github.com/selkies-project/selkies.git \
1717
/src && \
1818
cd /src && \
19-
git checkout -f 44c3fe5e3f9783afa087e6daee0ee8ac0e7f485b
19+
git checkout -f 9daee7d2de2b7bde6649d030b74cb95d3305a6df
2020

2121
RUN \
2222
echo "**** build frontend ****" && \
@@ -182,7 +182,7 @@ RUN \
182182
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
183183
curl -o \
184184
/tmp/selkies.tar.gz -L \
185-
"https://github.com/selkies-project/selkies/archive/44c3fe5e3f9783afa087e6daee0ee8ac0e7f485b.tar.gz" && \
185+
"https://github.com/selkies-project/selkies/archive/9daee7d2de2b7bde6649d030b74cb95d3305a6df.tar.gz" && \
186186
cd /tmp && \
187187
tar xf selkies.tar.gz && \
188188
cd selkies-* && \
@@ -220,7 +220,7 @@ RUN \
220220
sed -i \
221221
-e 's/NLIMC/NLMC/g' \
222222
-e '/debian-menu/d' \
223-
-e 's|</applications>| <application class="*"><maximized>yes</maximized><position force="yes"><x>0</x><y>0</y></position></application>\n</applications>|' \
223+
-e 's|</applications>| <application class="*"><maximized>yes</maximized></application>\n</applications>|' \
224224
-e 's|</keyboard>| <keybind key="C-S-d"><action name="ToggleDecorations"/></keybind>\n</keyboard>|' \
225225
/etc/xdg/openbox/rc.xml && \
226226
echo "**** user perms ****" && \

Dockerfile.aarch64

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN \
1616
https://github.com/selkies-project/selkies.git \
1717
/src && \
1818
cd /src && \
19-
git checkout -f 44c3fe5e3f9783afa087e6daee0ee8ac0e7f485b
19+
git checkout -f 9daee7d2de2b7bde6649d030b74cb95d3305a6df
2020

2121
RUN \
2222
echo "**** build frontend ****" && \
@@ -180,7 +180,7 @@ RUN \
180180
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
181181
curl -o \
182182
/tmp/selkies.tar.gz -L \
183-
"https://github.com/selkies-project/selkies/archive/44c3fe5e3f9783afa087e6daee0ee8ac0e7f485b.tar.gz" && \
183+
"https://github.com/selkies-project/selkies/archive/9daee7d2de2b7bde6649d030b74cb95d3305a6df.tar.gz" && \
184184
cd /tmp && \
185185
tar xf selkies.tar.gz && \
186186
cd selkies-* && \
@@ -218,7 +218,7 @@ RUN \
218218
sed -i \
219219
-e 's/NLIMC/NLMC/g' \
220220
-e '/debian-menu/d' \
221-
-e 's|</applications>| <application class="*"><maximized>yes</maximized><position force="yes"><x>0</x><y>0</y></position></application>\n</applications>|' \
221+
-e 's|</applications>| <application class="*"><maximized>yes</maximized></application>\n</applications>|' \
222222
-e 's|</keyboard>| <keybind key="C-S-d"><action name="ToggleDecorations"/></keybind>\n</keyboard>|' \
223223
/etc/xdg/openbox/rc.xml && \
224224
echo "**** user perms ****" && \

0 commit comments

Comments
 (0)